SA-MP Forums Archive
Includes Bug. - 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: Includes Bug. (/showthread.php?tid=466851)



Includes Bug. - Gogorakis - 29.09.2013

Hello SA:MP,
I just tried to re-compile my script and I just get a fatal error 100

Код:
C:\Users\User\Desktop\h\gamemodes\VGRP.pwn(36) : fatal error 100: cannot read from file: "a_zones"

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


1 Error.
I got this include but it says that its missing...Can someone help me? (I am a beginner of scripting)


Re: Includes Bug. - Konstantinos - 29.09.2013

Make sure that a_zones.inc was placed at pawno\include directory. Then go up to pawno directory and run pawno.exe > Open File > VGRP.pwn (from the same server package) and re-compile.


Re: Includes Bug. - Gogorakis - 29.09.2013

Same :/