22.08.2009, 20:42
in
add this
its not the best way but that should work
EDIT: get it here ... http://pastebin.com/m7b8558b8
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
pawn Код:
if (strcmp("/text", cmdtext, true, 5) == 0)
{
if(strlen(cmdtext[6])) GameTextForAll(cmdtext[6],6000,5);
else SendClientMessage(playerid,0xFFFF00AA,"ERROR: => /text message");
return 1;
}
EDIT: get it here ... http://pastebin.com/m7b8558b8