- Fail Commands.
#9

You must use the ZCMD (Click Here)
And below there is how the code must looks like:
pawn Код:
#include <a_samp>
#include <zcmd>

public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(success == 0)
SendClientMessage(playerid, 0xFF0000FF, "That command does not exist. Use /help or /commands..");
return 1;
}
Reply


Messages In This Thread
- Fail Commands. - by Bug. - 20.09.2012, 10:29
Re: - Fail Commands. - by antonio112 - 20.09.2012, 10:31
- Errors - - by Bug. - 20.09.2012, 14:59
Re: - Fail Commands. - by CmZxC - 20.09.2012, 15:02
Re: - Fail Commands. - by Bug. - 24.09.2012, 11:13
Re: - Fail Commands. - by Rimeau - 24.09.2012, 11:46
Re: - Fail Commands. - by XtremeR - 24.09.2012, 11:51
Re: - Fail Commands. - by Bug. - 24.09.2012, 16:33
Re: - Fail Commands. - by BlackAtom - 24.09.2012, 16:44
Re: - Fail Commands. How to fix it? ) - by Bug. - 26.09.2012, 11:36

Forum Jump:


Users browsing this thread: 3 Guest(s)