Posts: 17
Threads: 10
Joined: May 2013
Reputation:
0
Hello this is kinda of a Newb Question, But when I compile my script with PAWNO no AMX Appears, Could any of you help. Thanks
Posts: 100
Threads: 22
Joined: Oct 2013
Quote:
Originally Posted by DanDRT
I do not understand.
|
Same here.
Posts: 964
Threads: 28
Joined: May 2013
Reputation:
0
This may not be the reason, but is it because you have errors in your script?
Posts: 17
Threads: 10
Joined: May 2013
Reputation:
0
Well, We do have one error in the script. Its "fatal error 100: cannot read from file: "a_zones", But when I Compile the script From F5 Or when I hit Compile/Run no AMX Comes up just A .PWN Not .AMX
Posts: 1,177
Threads: 27
Joined: Sep 2011
Reputation:
0
Did you ever think that the FATAL error might be the reason why the AMX isn't showing up?
The directory you're opening Pawno from should have a subdirectory called include and inside there should be a_zones.inc.
Posts: 17
Threads: 10
Joined: May 2013
Reputation:
0
think that I am confused at is this : #include <a_zones> Its already there and error is still coming up
Posts: 17
Threads: 10
Joined: May 2013
Reputation:
0
Wow I am dumb. Totally forgot to take the folder with me when I was compiling. You guys are smart - thank you so much
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
Goto the main package of your server. The gamemode file must be in gamemodes folder. Goto pawno\include directory and paste the a_zones.inc file there. Make sure it's .inc and not any other such as .txt (I've seen that before by clicking download at pastebin). Go to the up folder and run pawno.exe
Browse to the main package server you used and get in the gamemodes folder. Open the file you use for the gamemode and re-compile.
EDIT: You just solved it.