02.11.2014, 19:42
Commands like this, work:
Код:
CMD:god(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] < 1) return SendClientMessage(playerid,0xFF0000FF,"{FF0000}[SERVER]{BABABA}You're not authorized to use that command."); SetPlayerHealth(playerid, 100000); return 1; }