SA-MP Forums Archive
How to [HELP ME] +rep - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How to [HELP ME] +rep (/showthread.php?tid=525871)



How to [HELP ME] +rep - [SU]Spartan - 14.07.2014

Hello,
When i type an unkown command i dont want it to say"[SERVER]Unkown Command i want to change it like many scripters did.I want it to say "[SERVER]The command you typed doesnt exists.Type /cmds or /help for more help" help me for rep.


Re: How to [HELP ME] +rep - BroZeus - 14.07.2014

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(!success)SendClientMessage(playerid, -1, "Unknown command. use /help to see available command");
return 1;
}
you need zcmd for it


Re: How to [HELP ME] +rep - [SU]Spartan - 14.07.2014

i use zcmd.thanks you. repped