18.03.2012, 07:54
hello guys i taked one command (/me)
but it's ain't working
this is Command\
well when i typing IG
* Alexy_Dramon Looks at Luka
it's send Only the
Looks"
LOLS
how make that it's willsend the full Text?
but it's ain't working
this is Command\
Код:
CMD:me(playerid, params[])
{
new string[128],msg[128],pname[MAX_PLAYER_NAME];
GetPlayerName(playerid,pname,sizeof(pname));
if(sscanf(params,"sz",msg)) return SendClientMessage(playerid,COLOR_RED, "USAGE: /me <text>");
format(string,sizeof(string),"*%s %s",pname,msg);
SendClientMessageToAll(COLOR_GREY,string);
return 1;
}
* Alexy_Dramon Looks at Luka
it's send Only the
Looks"
LOLS
how make that it's willsend the full Text?


