How to do a custom "wrong command" with zcmd?
#4

Try zcmd include edited by me http://pastebin.com/Y9AAgUyN

And in top of your public OnPlayerCommandText add:

pawn Код:
if(zcmd(playerid,cmdtext) > 0)return 1;
else return SendClientMessage(playerid, -1, "Wrong command");
Reply


Messages In This Thread
How to do a custom "wrong command" with zcmd? - by 101 - 22.12.2012, 21:00
Re: How to do a custom "wrong command" with sscanf? - by RedCrossER - 22.12.2012, 21:02
Re: How to do a custom "wrong command" with zcmd? - by 101 - 22.12.2012, 21:03
Re: How to do a custom "wrong command" with zcmd? - by stabker - 22.12.2012, 21:14
Re: How to do a custom "wrong command" with zcmd? - by gtakillerIV - 22.12.2012, 21:29

Forum Jump:


Users browsing this thread: 4 Guest(s)