SA-MP Forums Archive
Error compiling pawno, Cannot read 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: Error compiling pawno, Cannot read a_zones (/showthread.php?tid=383634)



Error compiling pawno, Cannot read a_zones - irApeX - 08.10.2012

I got myself a new script and want to start up a samp server,
But i only have the .pwn file and when i go to compile it,
It give me the error code 1000,

fatal error 100: cannot read from file: "a_zones"


Re: Error compiling pawno, Cannot read a_zones - KingHual - 08.10.2012

http://code.******.com/p/lv-rp/sourc...zones.inc?r=74

Create an include file in your includes directory, paste this there and save it


Re: Error compiling pawno, Cannot read a_zones - Zack Larson - 08.10.2012

Make sure in the script it has

Код:
#include <a_zones>
And make sure the a_zones.inc is in the right place.

a_zones download: https://sampforum.blast.hk/showthread.php?tid=27598

Pawno>Includes - Just drop it on the directory of the includes.

That should fix it.


Re: Error compiling pawno, Cannot read a_zones - KingHual - 08.10.2012

Quote:
Originally Posted by Zack Larson
Посмотреть сообщение
Make sure in the script it has

Код:
#include <a_zones>
And make sure the a_zones.inc is in the right place.

a_zones download: https://sampforum.blast.hk/showthread.php?tid=27598

Pawno>Includes - Just drop it on the directory of the includes.

That should fix it.
Why would the compiler flag the error if they didn't use #include <a_zones> ?


Re: Error compiling pawno, Cannot read a_zones - Red_Dragon. - 08.10.2012

Download the a_zones.in file and put in pawno/includes then re-compile