Script bugs? - 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: Script bugs? (
/showthread.php?tid=443595)
Script bugs? -
Adrick - 12.06.2013
I am trying to compile a script and it was working fine earliar. Now I am getting
pawn Код:
C:\Users\Static\Desktop\RGRP\gamemodes\RGRP.pwn(13) : fatal error 100: cannot read from file: "dini"
When I remove the line it just goes to the next one saying it has an error. Someone please help.
Re: Script bugs? -
OrMisicL - 12.06.2013
You've probably either deleted the "dini" include, or simply moved your script to some other location (changed server directory), you just need to put "dini.inc" under "pawno/include" folder
Re: Script bugs? -
park4bmx - 12.06.2013
or you are compiling from a pawno that's in different directory.
Re: Script bugs? -
Adrick - 12.06.2013
Quote:
Originally Posted by park4bmx
or you are compiling from a pawno that's in different directory.
|
Thanks! That was right! +rep