Commands - 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: Commands (
/showthread.php?tid=544326)
Commands -
AdelS - 01.11.2014
Solved
Re: Commands -
dominik523 - 01.11.2014
Did you return 1 at the end of the command?
Re: Commands -
AdelS - 01.11.2014
I install a new system,the gamemode worked perfectly before that.With each command is the same,the commands work but "SERVER: Unknown command.",sorry for my bad english.
Re: Commands -
Beckett - 01.11.2014
You have to return 1;
pawn Код:
CMD:exampleCMD(playerid,params[])
{
//yada yada code here
return 1;
}