SendClientMessage.
#1

Hey guys i am back with my weird errors i made this shit:
PHP код:
CMD:score(playeridparams[])
{
    new 
string[32];
    new 
score;
    
GetPlayerScore(playerid);
    
format(string,sizeof(string),"You Score Is : %d.",score);
    
SendClientMessage(playerid,COLOR_GREEN,string);

And when i try it it works but under the message sent its writted SERVER:Unknow Command i dont get it the command works but why i see that thing ?
Reply


Messages In This Thread
SendClientMessage. - by aymane123 - 24.01.2017, 16:58
Re: SendClientMessage. - by saffierr - 24.01.2017, 17:01
Re: SendClientMessage. - by Eoussama - 24.01.2017, 17:01
Re: SendClientMessage. - by aymane123 - 24.01.2017, 17:02
Re: SendClientMessage. - by Eoussama - 24.01.2017, 17:04
Re: SendClientMessage. - by saffierr - 24.01.2017, 17:05
Re: SendClientMessage. - by aymane123 - 24.01.2017, 17:07

Forum Jump:


Users browsing this thread: 1 Guest(s)