12.06.2009, 20:18
There is no /gm in my scripts. whoever comes can do /gmx without loggining into rcon
EDIT: its in ladmin looks like this
I don't see anything wrong in it
EDIT: How could I b so stupid when I tested it on other computers I was a level 5 admin! SOLVED
EDIT: its in ladmin looks like this
Код:
if(strcmp(cmd, "/gmx", true) == 0) { if(PlayerInfo[playerid][Level] >= 5) { OnFilterScriptExit(); SetTimer("RestartGM",5000,0); return SendClientMessage(playerid,COLOR_WHITE,"RCON Command Sent"); } else return SendClientMessage(playerid,red,"ERROR: You are not a high enough level to use this command"); }
EDIT: How could I b so stupid when I tested it on other computers I was a level 5 admin! SOLVED