SA-MP Forums Archive
Help! Dini.inc prob - 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: Help! Dini.inc prob (/showthread.php?tid=422001)



Help! Dini.inc prob - DJTunes - 11.03.2013

Код:
C:\Users\Zach\Desktop\Grand Theft Auto\gamemodes\LSS-RP.pwn(17) : fatal error 100: cannot read from file: "dini"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
It says that but I have it in includes.

I don't know why.


Re: Help! Dini.inc prob - Mystique - 11.03.2013

Show me the line where you include the file dini, or if you haven't, just add
Код:
#include <dini>
On the top of your script.


Re: Help! Dini.inc prob - SilverKiller - 11.03.2013

If you are opening it by clicking on the file, then open pawno and open the file and compile it, should fix it.

Also make sure you have it in pawno/includes.


Re: Help! Dini.inc prob - DJTunes - 11.03.2013

Quote:
Originally Posted by Mystique
Посмотреть сообщение
Show me the line where you include the file dini, or if you haven't, just add
Код:
#include <dini>
On the top of your script.
http://prntscr.com/vxtw7


Re: Help! Dini.inc prob - Mystique - 11.03.2013

Fair enough, listen to the guy above you.