SA-MP Forums Archive
Simple Help [+rep for helpers] - 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: Simple Help [+rep for helpers] (/showthread.php?tid=501627)



Simple Help [+rep for helpers] - HelpYou - 19.03.2014

DELETE


Re: Simple Help [+rep for helpers] - MP2 - 19.03.2014

Please use [ pawn ] tags not php.

Please indent.

As for your problem, you need to include zcmd. Put this under a_samp at the top:

pawn Код:
#include <zcmd>
Also, you can remove the second-to-last return statement, as it has no purpose.


Re: Simple Help [+rep for helpers] - MP2 - 19.03.2014

Quote:
Originally Posted by Anwarrex
Посмотреть сообщение
Download and put this include in ./pawno/include:
https://sampforum.blast.hk/showthread.php?tid=91354

Then below the code stating that you want to include the include named a_samp, put this code:
pawn Код:
#include <zcmd>
I have already posted the solution - why are you posting? Also, he clearly already has the zcmd include or he would get an error.