24.01.2017, 16:58
Hey guys i am back with my weird errors i made this shit:
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 ?
PHP код:
CMD:score(playerid, params[])
{
new string[32];
new score;
GetPlayerScore(playerid);
format(string,sizeof(string),"You Score Is : %d.",score);
SendClientMessage(playerid,COLOR_GREEN,string);
}