26.12.2010, 21:00
At the end, where is return 0, change it to your text.
And I suggest you to use ZCMD. Much easier.
And I suggest you to use ZCMD. Much easier.
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
return SendClientMessage(playerid, PINK,"This command is wrong, please type /help for help.");
}