sendclientmessage help.
#1

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?


Код:
CMD:checkadmin(playerid, params[])
{

   if(AdminLevel[playerid] > 0) SendClientMessage(playerid, 0xFFFFFFF, "you are an admin! Level: %s" , AdminLevel[playerid]);
   return 1;
}
Thanks
Reply


Messages In This Thread
sendclientmessage help. - by the.et - 12.01.2012, 09:17
Re: sendclientmessage help. - by HyperZ - 12.01.2012, 09:23
Re: sendclientmessage help. - by ScriptJorkis - 12.01.2012, 09:24
Re: sendclientmessage help. - by [Diablo] - 12.01.2012, 09:24
Re: sendclientmessage help. - by the.et - 12.01.2012, 09:25
Re: sendclientmessage help. - by HyperZ - 12.01.2012, 09:25

Forum Jump:


Users browsing this thread: 5 Guest(s)