14.11.2010, 00:35
Dont add `;` at the end
And ofcourse if you are using zcmd in the same scrit where are OnPlayerCommandText callback then OnPlayerCommandText callback will not work.
pawn Код:
COMMAND:testcmd(playerid, params[])
{
SendClientMessage(playerid, 0x375FFFFF, "test test test win win win");
return 1;
}