Error - 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: Error (
/showthread.php?tid=473956)
Error -
iBots - 05.11.2013
In my script , i didnt add anything,i just downloaded it ,then i tried it if it works,it worked on a test server,i opened pawno and compiled it ,without adding anything,just compiled,then it showed me this error:
C:\Users\John\Desktop\NGRP+NERP 0.3x\gamemodes\NERP.pwn(27) : fatal error 100: cannot read from file: "a_zones"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
how to fix it since i didnt add,or remove or edit anything in it?
Re: Error -
Tagathron - 05.11.2013
You need to check if that plugin
a_zones exists in the corresponding directorium.(includes -> a_zones.inc)
Re: Error -
iBots - 05.11.2013
i have checked the includes,only g_mysql is there
Re: Error -
Kaperstone - 05.11.2013
You don't have the a_zones,as far as I know,this is the a_zones include(where you can download it from) ;
https://sampforum.blast.hk/showthread.php?tid=27598
Re: Error -
Tagathron - 05.11.2013
Quote:
Originally Posted by iBots
i have checked the includes,only g_mysql is there
|
There you got it.
Download tha a_zones include from the link xkirill gave you,and place it in the includes.