ID:149591
 
i need help.


var/const/MASTER_GM_PREFIX = "\[Master GM] "
var/const/ADMIN_GM_PREFIX = "\[Admin GM] "
var/const/GM_PREFIX = "\[GM] "

when i put that in, it say it's invalid. so what should i put around it to make it work?
Penopat wrote:
i need help.


var/const/MASTER_GM_PREFIX = "\[Master GM] "
var/const/ADMIN_GM_PREFIX = "\[Admin GM] "
var/const/GM_PREFIX = "\[GM] "

when i put that in, it say it's invalid. so what should i put around it to make it work?

I made a project and added that code and it compiles, perhaps your are making a varible that already exists?