14.12.2015, 20:02
Quote:
Hi All This My First Time In This Forum Dont Insult Plz Iam begginer
how to make /me About /me And Thanks if i helped you +rep |
And the problem with your code is .
PHP код:
CMD:me(playerid,params[])
{
new text[128], string[128];
if(sscanf(params,"s[128]",text)) return SendClientMessage(playerid,0xEBFF00FF,"USAGE: /me [Text]");
format(string,sizeof(string),"*%s %s",pName(playerid),text);
SendClientMessageToAll(0xFF00E1FF,string);
return 1;
}