SA-MP Forums Archive
Problem with .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: Problem with .inc files (/showthread.php?tid=163454)



Problem with .inc files - spedico - 27.07.2010

Probably wrong section, not sure. Anyway, when I try to compile the script, it wont. Says that can't read file: (.inc here). I have the .inc file in the right folder. I think the problem is that I set it so window's opens .inc files with notepad, and now I cant remove that. Worked before, and after I did that it stopped working.


Re: Problem with .inc files - MisterTickle - 27.07.2010

If I recall there are multiple include folders, Theirs the original Pawno and than inside that another Pawno and another include folder. Put the include in both.


Re: Problem with .inc files - spedico - 27.07.2010

Just one include (and pawno) folder.


Re: Problem with .inc files - Conroy - 27.07.2010

.INC's go in the pawno/include folder.


Re: Problem with .inc files - spedico - 27.07.2010

No shit, they are there.


Re: Problem with .inc files - Conroy - 27.07.2010

Don't get smart. You are clearly the one who needs the common sense to use .INC files.

Put it in that folder and make sure you have #include <includename> at the top.


Re: Problem with .inc files - Toni - 27.07.2010

Open up the original pawno editor where your .inc file is, then close it, then open up your script and compile.


Re: Problem with .inc files - spedico - 27.07.2010

Quote:
Originally Posted by The Toni
Посмотреть сообщение
Open up the original pawno editor where your .inc file is, then close it, then open up your script and compile.
This worked, thank you.

Quote:
Originally Posted by Conroy
Посмотреть сообщение
Don't get smart. You are clearly the one who needs the common sense to use .INC files.

Put it in that folder and make sure you have #include <includename> at the top.
Im not that dumb, but thanks for trying to help.


Re: Problem with .inc files - Toni - 28.07.2010

Quote:
Originally Posted by Conroy
Посмотреть сообщение
Don't get smart. You are clearly the one who needs the common sense to use .INC files.

Put it in that folder and make sure you have #include <includename> at the top.
You the one who isn't smart. He wouldn't have gotten that error in the first place if he didn't even use #include.

Quote:
Originally Posted by spedico
Посмотреть сообщение
This worked, thank you.


Im not that dumb, but thanks for trying to help.
No problem, glad to help

and don't worry, your not dumb. Conroy is the person who needs to rethink the problem.