17.11.2009, 09:21
Or do it like this
At the last of OnPlayerCommandText , there is return 0;
Change it to this
At the last of OnPlayerCommandText , there is return 0;
Change it to this
pawn Код:
return SendClientMessage(playerid,COLOR,"Oops, you have typed in a wrong command. Use /cmds to see all of the commands");

