14.06.2009, 13:09
wow that's crazy command. You must do that.
Add this end of OnPlayerCommandText
Add this end of OnPlayerCommandText
Код:
else { format(string, sizeof(string), "%s is not an available command. Check the command list to view the all the current commands. ( /commands )", cmdtext); SendClientMessage(playerid, RED, string); } return 0; }