13.04.2013, 13:28
hello guys
after using /gmx i get thi bug http://postimg.org/image/8fdaxaa4x/
but if i close samp-server.exe and open him i don't get this bugs
this CMD /gmx
and sorry for my bad english
after using /gmx i get thi bug http://postimg.org/image/8fdaxaa4x/
but if i close samp-server.exe and open him i don't get this bugs
this CMD /gmx
Код:
if(strcmp(cmd, "/gmx", true) == 0) { if(IsPlayerConnected(playerid)) { if (PlayerInfo[playerid][pAdmin] >= 5) { GameModeExit(); } else { SendClientMessage(playerid, COLOR_GRAD1, " You are not authorized to use that command !"); } } return 1; }