21.03.2010, 02:36
here is da code
Код:
//----------------------------------[GMX]----------------------------------------------- if(strcmp(cmd, "/gmx", true) == 0) { if(IsPlayerConnected(playerid)) { if (PlayerInfo[playerid][pAdmin] >= 1337) { OnPlayerUpdate(playerid); GameModeExit(); } else { SendClientMessage(playerid, COLOR_GRAD1, " You are not authorized to use that command !"); } } return 1; }