SA-MP Forums Archive
#include problem. - 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: #include problem. (/showthread.php?tid=173655)



#include problem. - SpaZ (Ed) - 03.09.2010

I got a problem with my script. Whenever I try to compile it I get this error
Код:
D:\SA-MP Server\gamemodes\cs-tdm.pwn(3) : fatal error 100: cannot read from file: "dini"
I have no idea why this is happening because I do have dini.inc in the pawno/include folder...

Help is much appreciated.


Re: #include problem. - [HiC]TheKiller - 03.09.2010

http://dracoblue.net/download/dini-16/35/

Put it into your includes folder

Server package - PAWNO - INCLUDE


Re: #include problem. - SpaZ (Ed) - 03.09.2010

Quote:
Originally Posted by [HiC]TheKiller
Посмотреть сообщение
http://dracoblue.net/download/dini-16/35/

Put it into your includes folder

Server package - PAWNO - INCLUDE
I do have dini.inc in the pawno/include folder that's why I posted here


Re: #include problem. - SpaZ (Ed) - 04.09.2010

Anyone, please? I really need help...


Re: #include problem. - Agent Smith - 04.09.2010

Close down PAWN, go to the server directory/pawno and open pawno.exe and re-compile.


Re: #include problem. - Toni - 04.09.2010

Go to your server folder, that you want to use dini in (make sure you have dini in there!). And follow these:
  1. Go to the pawno folder
  2. Open up pawno.exe
  3. close pawno.exe
  4. open your script and compile again
  5. Enjoy.



Re: #include problem. - SpaZ (Ed) - 04.09.2010

It worked. Thanks guys!