a_zones issue still (Compile issue)
#1

Hello Folks,
Alright first of all the issue is that im having is an error when compiling my gamemode, it happens on every game mode i tried that has a_zones included
HTML Code:
C:\Users\maly\Desktop\ST\Server\gamemodes\server.pwn(4) : fatal error 100: cannot read from file: "a_zones"

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


1 Error.
Do not tell me to do the following:
1. #include <a_zones> as it's already done
2. Download a_zones and put it in pawno and pawno/include

Please i need help as soon as possible tried to fix this issue but i'm unable to
Reply
#2

(...)
3. Made sure that you placed the include into the correct pawno folder? (where your current compiler is?)

Such errors are definitly just because the file isn't found.

If still failing, you can place the a_zones into the directory where the gamemode is, and write:
Code:
#include a_zones //(not <a_zones>)
Reply
#3

I fixed it, i basically went to pawno > pawno > open > gamemode.pwn > compile and now it's working fine when i compile it from the main file , Thank you very much!
Reply
#4

No problem man, glad you got it working.

for future issues like this, just make sure you have the Include placed in the correct pawno folder, incase you use different compiler-folders for different purposes.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)