SA-MP Forums Archive
0.3B can't find includes? - 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: 0.3B can't find includes? (/showthread.php?tid=177954)



0.3B can't find includes? - Quincy_Gatlin - 19.09.2010

I have a problem, any include that isn't already in the include folder from SA:MP that I add for some reason pawno can't find it. Does the whole "fatal error 100: cannot read from file:" thing.

I simply just opened the includes file and copied and pasted it's contents to the bottom of my script and it compiled fine. I would still like to know the cause of this though? Thanks for any ideas.


Re: 0.3B can't find includes? - Grim_ - 19.09.2010

Which files are you getting that error for?

Make sure you are putting the files into the correct includes folder (pawno/include)

This forum requires that you wait 120 seconds between posts. Please try again in 86 seconds.


Re: 0.3B can't find includes? - [L3th4l] - 19.09.2010

Having multiple pawnos in your pc, it will conflict. From the folder were u have your script,

open pawno > file > open > yourscript


Код:
         1. This forum requires that you wait 120 seconds between posts. Please try again in 1 seconds.
^.^


Re: 0.3B can't find includes? - Quincy_Gatlin - 20.09.2010

Quote:
Originally Posted by [L3th4l]
Посмотреть сообщение
Having multiple pawnos in your pc, it will conflict. From the folder were u have your script,

open pawno > file > open > yourscript


Код:
         1. This forum requires that you wait 120 seconds between posts. Please try again in 1 seconds.
^.^
I think this is my problem, thanks. :P