22.08.2012, 01:07
I am making a admin script with SII,zcmd and sscanf.
Im trying to make a setlevel command but i keep getting the error in thread title.Im not a total noob but im new to making inis and admin commans.
I know this is probably very wrong but its the closest i could get to a decent admin command.Any help for this would be very appreciated as always
Im trying to make a setlevel command but i keep getting the error in thread title.Im not a total noob but im new to making inis and admin commans.
Код:
CMD:promote(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] >= 5) { return 1; } else SendClientMessage(playerid, RED,"[pr0adm]You must be level 5 to set a players level."); return 1; }