Changing Unknow Command
#3

If you use ZCMD, you can do this:

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if(!success)return SendClientMessage(playerid,-1,"That command does not exist, please use /help or /cmds.");
    return 1;
}
Edit: Defeated...
Reply


Messages In This Thread
Changing Unknow Command - by ServerScripter - 17.09.2011, 15:13
Re: Changing Unknow Command - by =WoR=Varth - 17.09.2011, 15:15
Re: Changing Unknow Command - by Tee - 17.09.2011, 15:16
Re: Changing Unknow Command - by Xyrex - 17.09.2011, 15:27
Re: Changing Unknow Command - by ServerScripter - 17.09.2011, 16:40
Re: Changing Unknow Command - by doreto - 17.09.2011, 16:48
Re: Changing Unknow Command - by =WoR=Varth - 17.09.2011, 16:53
Re: Changing Unknow Command - by Xyrex - 17.09.2011, 16:57

Forum Jump:


Users browsing this thread: 1 Guest(s)