SA-MP Forums Archive
Can't load .inc files - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Can't load .inc files (/showthread.php?tid=250428)



Can't load .inc files - [JnA]DukeNukem - 23.04.2011

When i try to compile some filterscripts that are pre-made by other people ( or any using some different .inc files) i get a error saying "cannot read from ****.inc file" or something, but I have that file!!

HELP ME PLEASE


Re: Can't load .inc files - Ash. - 23.04.2011

Ensure you are using the correct pawn folder, and that your includes folder is in the correct directory and named "includes" (without quotation marks)

If they are all correct, show us the way you are trying to include the files.


Re: Can't load .inc files - Raimis_R - 23.04.2011

Suggestion.

when you including .inc typ not
pawn Код:
#include <blahblah.inc>
but
pawn Код:
#include "../pawno/include/blah.inc"



Re: Can't load .inc files - [JnA]DukeNukem - 23.04.2011

Thanks dude... It wasn't it anyways, I haven't slept in about 20 hours... I was putting the .inc in Pawno/Includes instead of Pawno/Include

I'm so happy right now... I might just fall asleep