fatal error 100: cannot read from file: "a_zones" - 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: fatal error 100: cannot read from file: "a_zones" (
/showthread.php?tid=662472)
fatal error 100: cannot read from file: "a_zones" -
RainbowAsher - 02.01.2019
#include <a_samp>
#include <a_actor>
#pragma tabsize 0
#include <a_mysql>
#include <a_zones>
#include <zcmd>
#include <sscanf2>
#include <streamer>
#include <YSI\y_timers>
// #include <nex-ac>
#include <a_vehicles>
#include <SIF>
#include <mSelection>
#include <progress2>
I need help. I already have a_zones in my include file but still show error
fatal error 100: cannot read from file: "a_zones"
Re: fatal error 100: cannot read from file: "a_zones" -
AhmedMohamed - 02.01.2019
Make sure that a_zones is on the pawno/include folder not in the include folder that in the main directory,
if so and still not working, open pawno folder --> open pawno as adminstrator --> open --> [your gamemode name]
Any of these should solve the problem
Re: fatal error 100: cannot read from file: "a_zones" -
RainbowAsher - 02.01.2019
I did like what you said. Unfortunately nothing changes
Re: fatal error 100: cannot read from file: "a_zones" -
solstice_ - 02.01.2019
Check if you have a wrong version, or make sure you have put a_zones in the right pawno because if you have multiple pawno folders you might have put it in the wrong directory.