SA-MP Forums Archive
I have a problem - 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: I have a problem (/showthread.php?tid=473224)



I have a problem - kingcrome - 01.11.2013

I have a problem when i type a command in my server it says unknown command but the command works! Any help?


Re: I have a problem - Unri - 01.11.2013

You have to add
pawn Код:
return 1;
when the command is successful. Like just place it above the final bracket.


Re: I have a problem - kingcrome - 01.11.2013

Thank you