SendClientMessage.
#2

This should work.
PHP код:
CMD:score(playeridparams[]) 

    new 
string[32]; 
    
format(string,sizeof(string),"You Score Is : %d."GetPlayerScore(playerid)); 
    
SendClientMessage(playerid,COLOR_GREEN,string); 
    return 
1;

Edit: You forgot to add 'return 1;'
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)