12.01.2012, 09:17
hi ,
i need some advice on how am i going to do this.
The AdminLevel[playerid] is set to 3 , i want to display it out using the SendCleintMessage of the word 3. But this crashes the server everytime i try it , is there something wrong with it?
Thanks
i need some advice on how am i going to do this.
The AdminLevel[playerid] is set to 3 , i want to display it out using the SendCleintMessage of the word 3. But this crashes the server everytime i try it , is there something wrong with it?
Код:
CMD:checkadmin(playerid, params[]) { if(AdminLevel[playerid] > 0) SendClientMessage(playerid, 0xFFFFFFF, "you are an admin! Level: %s" , AdminLevel[playerid]); return 1; }