12.07.2014, 20:59
Hello again. I tried endless ways to change mode name, but... its not working! 
I tried to do the /Rcon login password and then /rcon gamemodetext and worked, but when i restarted the server...
not working again!!!
I really need help...
I found this on my GM... i dont know if this is the problem. OnGameModInit

I tried to do the /Rcon login password and then /rcon gamemodetext and worked, but when i restarted the server...

I really need help...
I found this on my GM... i dont know if this is the problem. OnGameModInit
pawn Код:
new servergmtextstr[128];
format(servergmtextstr, 128, "gamemodetext %s", SERVER_GM_TEXT);
SendRconCommand(servergmtextstr);