Raised This Month: $32 Target: $400
 8% 

No amxx file?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Pookie
Junior Member
Join Date: Jan 2021
Location: Dubai
Old 01-14-2021 , 13:57   No amxx file?
Reply With Quote #1

Hello guys, I recently bought a hosted server and I'm trying to make it into a Zombie Plague.
I downloaded the ZP of Mercylezz and I uploaded the files on the panel of the server, but doesn't work. On servers amx_plugins says is bad load.
I already put 2 plugins ( doublue jump and parachute ) and they work because they have .amxx files and I can put them into Plugins.ini the
I don't know what should I type or do for ZP to work because it doesn't have a .amxx file to put it's name into plugin.ini
What you guys suggest? I tried both 4.3 and 5.0 ZP.
Pookie is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 01-14-2021 , 15:21   Re: No amxx file?
Reply With Quote #2

Compile the .sma obviously.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Pookie
Junior Member
Join Date: Jan 2021
Location: Dubai
Old 01-14-2021 , 16:24   Re: No amxx file?
Reply With Quote #3

Quote:
Originally Posted by OciXCrom View Post
Compile the .sma obviously.
I apologies. I don't have any knowledge about this. After you told me to compile, I tried the amxmodx web compile but didn't work so I downloaded from a tutorial a compile.exe and it worked.
Thank you very much!

Last edited by Pookie; 01-14-2021 at 17:03.
Pookie is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 01-14-2021 , 16:33   Re: No amxx file?
Reply With Quote #4

There are no "other compiling apps". You compile plugins with compile.exe in your scripting folder. If it "didn't work", explain what happened.
__________________

Last edited by OciXCrom; 01-14-2021 at 16:33.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Pookie
Junior Member
Join Date: Jan 2021
Location: Dubai
Old 01-14-2021 , 17:01   Re: No amxx file?
Reply With Quote #5

I meant other peoples compile from github. in the end i figured how to use the downloaded amx compile.exe
I complied the zombie_plague40.sma to amxx and worked, I also tried the same for zp_zclasses40.sma but it failed, so probably there is nothing to compile.
After putting the zombie_plague40.amxx in plugins and also in plugins.ini I restarted server and tried it.
It downloaded all the files ( sounds , models etc ) but they don't work on server.

Zombie Plague 4.3 Fix5a MeRcyLeZZ zombie_plague40 error
Parachute 1.3 KRoT@L/JTP10181 amx_parachute.a running
unknown unknown unknown zp_zclasses40.a bad load

Also on my server log i get this error:

Code:
L 01/14/2021 - 23:49:21: [AMXX] Module "cstrike/addons/amxmodx/modules/zombie_plague40_amxx_i386.so" failed to load (cstrike/addons/amxmodx/modules/zombie_plague40_amxx_i386.so: cannot open shared object file: No such file or directory)

L 01/14/2021 - 23:49:21: Error:

L 01/14/2021 - 23:49:21: [AMXX] Module is not a valid library (file "cstrike/addons/amxmodx/modules/zombie_plague40_amxx_i386.so")

L 01/14/2021 - 23:49:21: [AMXX] Module "cstrike/addons/amxmodx/modules/zp_zclasses40_amxx_i386.so" failed to load (cstrike/addons/amxmodx/modules/zp_zclasses40_amxx_i386.so: cannot open shared object file: No such file or directory)

L 01/14/2021 - 23:49:21: Error:

L 01/14/2021 - 23:49:21: [AMXX] Module is not a valid library (file "cstrike/addons/amxmodx/modules/zp_zclasses40_amxx_i386.so")

L 01/14/2021 - 23:49:21: -------- Mapchange to zm_infantry --------

L 01/14/2021 - 23:49:21: [AMXX] Plugin file open error (plugin "zp_zclasses40.amxx")

[AMXX] Loaded 2 admins from file

L 01/14/2021 - 23:49:22: [AMXX] Plugin ("zombie_plague40.amxx") is setting itself as failed.

L 01/14/2021 - 23:49:22: [AMXX] Plugin says: No zombie classes loaded!

L 01/14/2021 - 23:49:22: [AMXX] Run time error 1 (plugin "zombie_plague40.amxx") - forced exit
Pookie is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 01-14-2021 , 18:01   Re: No amxx file?
Reply With Quote #6

Please look up some tutorials on installing plugins.
You write the plugins in amxmodx/configs/plugins.ini not metamod/plugins.ini.

I won't comment the other things in your post because they don't make any sense, at least not in English.
__________________

Last edited by OciXCrom; 01-14-2021 at 18:02.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Pookie
Junior Member
Join Date: Jan 2021
Location: Dubai
Old 01-14-2021 , 18:25   Re: No amxx file?
Reply With Quote #7

I know how to install plugins. I have 2 plugins on my server that work right now. ( Multi-Jump and Parachute )
There is no writing in metamod/plugins.ini beside Reunion and amxmodx.

I'll figure it out somehow, thanks anyway.

EDIT: I did it. I had to put zp_zclasses40msa into include compile for the compile to work for it as well. Now the server works fine with it, and I'm looking for other addons to improve the server now.

Someone can close this topic.

Last edited by Pookie; 01-14-2021 at 19:32.
Pookie is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 01-14-2021 , 22:24   Re: No amxx file?
Reply With Quote #8

Quote:
Originally Posted by Pookie View Post
There is no writing in metamod/plugins.ini beside Reunion and amxmodx.
The errors say otherwise.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Pookie
Junior Member
Join Date: Jan 2021
Location: Dubai
Old 01-15-2021 , 08:31   Re: No amxx file?
Reply With Quote #9

The errors were probably because I didn't compile zp_zclasses40.sma because I didn't know I had to put a file into Include as well into the compiler. As I edited the last post everything works now.
Pookie is offline
vinod
New Member
Join Date: Jan 2021
Location: belgium
Old 01-17-2021 , 05:56   Re: No amxx file?
Reply With Quote #10

Quote:
Originally Posted by Pookie View Post
Hello guys, I recently bought a hosted server and I'm trying to make it into a Zombie Plague.
I downloaded the ZP of Mercylezz and I uploaded the files on the panel of the server, but doesn't work. On servers amx_plugins says is bad load.
I already put 2 plugins ( doublue jump and parachute ) and they work because they have .amxx files and I can put them into Plugins.ini the
I don't know what should I type or do for ZP to work because it doesn't have a .amxx file to put it's name into plugin.ini
What you guys suggest? I tried both 4.3 and 5.0 ZP.
Hello, Still I am getting this problem.
Why?
__________________
vinod is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:29.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode