17.01.2013, 13:42
how to make it so that it returns a message when you type a command that doesn't exsist?
in zcmd?
+ repping
in zcmd?
+ repping
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(!success) SendClientMessage(playerid, COLOR_WHITE, "That command does not exist. You can use /help to see a list of commands.");
return 1;
}