SA-MP Forums Archive
Can't run pawno script. - 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: Can't run pawno script. (/showthread.php?tid=538510)



Can't run pawno script. - deanyboy234 - 22.09.2014

I keep getting this error, every script I try, but it works with "new.pwn"




Re: Can't run pawno script. - Eth - 22.09.2014

it means that you don't have hbg_samp include.


Re: Can't run pawno script. - deanyboy234 - 22.09.2014

What do you mean? I'm new to scripting.


Re: Can't run pawno script. - Eth - 22.09.2014

where did u get the gm from?


Re: Can't run pawno script. - XGreen - 22.09.2014

Add #include <a_samp> and make sure you put the HBG_SAMP include correctly in "pawno/includes"


Re: Can't run pawno script. - deanyboy234 - 22.09.2014

Now it just crashes when I compile it, I'm not sure what I'm doing wrong


Re: Can't run pawno script. - XGreen - 22.09.2014

answer this question:

Quote:
Originally Posted by Eth
Посмотреть сообщение
where did u get the gm from?



Re: Can't run pawno script. - deanyboy234 - 22.09.2014

I'm not using that GM anymore, but I'm still getting these errors.


Re: Can't run pawno script. - Eth - 22.09.2014

what errors?


Re: Can't run pawno script. - ranme15 - 22.09.2014

You gotta get 'HBG_SAMP' include. I also recommend you add:
PHP код:
#include <a_samp>