50 Level Combat
The_Sheep
Join Date: 2005-02-28 Member: 42764Members
<div class="IPBDescription">How do I make this Possible?</div> Okay. I am no server idiot. LOL. I know how to run servers and operate them... What I am looking for is the extended level mods for Natural Selection. Also... since I am new to Natural Selection... what Admin System do you prefer... admin mod? amx?
I am sorry if this is posted somewhere else... <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->
A direct link will be good or what not...
Thank You!
I am sorry if this is posted somewhere else... <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->
A direct link will be good or what not...
Thank You!
Comments
i would suggest you used amxmodx instead of amx, as for most ns specific plugins are only coded for that, and not regular amx. www.amxmodx.org
and for all of your plugin needs for ns, www.modns.org
I have seen it working on some servers, but they must have modified the code to get it to work, because I had it crash on me several times during testing.
AMXModX is the way to go these days!
Extralevels2 is the plugin you're looking for...hopefully you can get it working with the help of the topics/replies on the <a href='http://modns.org' target='_blank'>ModNS.org</a> site.
<a href='http://www.modns.org/forums/index.php?showtopic=1189' target='_blank'>http://www.modns.org/forums/index.php?showtopic=1189</a>
I ended up editing the source code to change all the extra menu stuff (cybernetics, etc) to disabled. I only use the extra levels portion and mine goes up to 13 on my server.
As well, you will want to check out this plugin (LateJoin XP):
<a href='http://www.modns.org/forums/index.php?showtopic=718' target='_blank'>http://www.modns.org/forums/index.php?showtopic=718</a>
I am sorry if this is posted somewhere else... <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->
A direct link will be good or what not...
Thank You!<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
You posted this identical thread <a href='http://www.unknownworlds.com/forums/index.php?showtopic=89185&hl=' target='_blank'>here</a> 20 minutes prior to posting this one, so you need more help than with extralevels2. <b>PLEASE</b> take the time to properly place your thread, and refrain from duplicate posting. <!--emo&:angry:--><img src='http://www.unknownworlds.com/forums/html/emoticons/mad-fix.gif' border='0' style='vertical-align:middle' alt='mad-fix.gif' /><!--endemo-->
This is the proper forum for your question, but I replied to your earlier thread with the answer.
No problem, and welcome to the forums. If you have any issues with extralevels2 feel free to ask. The thread on modNS.org covers it fairly well though. <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink-fix.gif' border='0' style='vertical-align:middle' alt='wink-fix.gif' /><!--endemo-->
<!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
L 02/28/2005 - 08:35:37: [AMXX] Plugin file open error (plugin "idlekicker.amxx")
L 02/28/2005 - 08:35:37: [AMXX] Plugin file open error (plugin "nscommands.amxx")
L 02/28/2005 - 08:35:37: [AMXX] Plugin uses an unknown function (name "entity_get_string") - check your modules.ini. (plugin "extralevels2.amxx")
L 02/28/2005 - 08:35:37: [AMXX] Plugin uses an unknown function (name "pev") - check your modules.ini. (plugin "latejoin.amxx")
[AMXX] Loaded 2 admins from file
L 02/28/2005 - 08:35:38: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
I should be asking this somewhere else... I dont wanna sign up for the other forums if I dont have too... but if i must. I will.
<!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
L 02/28/2005 - 08:35:37: [AMXX] Plugin file open error (plugin "idlekicker.amxx")
L 02/28/2005 - 08:35:37: [AMXX] Plugin file open error (plugin "nscommands.amxx")
L 02/28/2005 - 08:35:37: [AMXX] Plugin uses an unknown function (name "entity_get_string") - check your modules.ini. (plugin "extralevels2.amxx")
L 02/28/2005 - 08:35:37: [AMXX] Plugin uses an unknown function (name "pev") - check your modules.ini. (plugin "latejoin.amxx")
[AMXX] Loaded 2 admins from file
L 02/28/2005 - 08:35:38: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
I should be asking this somewhere else... I dont wanna sign up for the other forums if I dont have too... but if i must. I will.<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
It appears either the version of AMX you have installed is different than the plugin version, or you do not have all the necessary modules enabled in modules.ini
Further installation or plugin-specific bugs really need to be addressed in the plugin's thread on modNS.org. <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink-fix.gif' border='0' style='vertical-align:middle' alt='wink-fix.gif' /><!--endemo-->
; You can specify both linux & win32 modules here
; To enable a module, remove the semi-colon from the line
; ------------------------------
; Fun - provides extra functions
; ------------------------------
;fun_amxx_i386.so
;fun_amxx.dll
;fun_amxx_amd64.so
; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
;engine_amxx_i386.so
engine_amxx.dll
;engine_amxx_amd64.so
; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
;fakemeta_amxx_i386.so
fakemeta_amxx.dll
;fakemeta_amxx_amd64.so
; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
;mysql_amxx_i386.so
;mysql_amxx.dll
;mysql_amxx_amd64.so
; PostgreSQL
;pgsql_amxx_i386.so
;pgsql_amxx.dll
; Microsoft SQL
;mssql_amxx.dll
; ---------------------------------------------
; GeoIP - determines the country of ip adresses
; ---------------------------------------------
;geoip_amxx_i386.so
;geoip_amxx.dll
;geoip_amxx_amd64.so
; ------------------------------------
; Array - advanced arrays in scripting
; ------------------------------------
;array_amxx_i386.so
;array_amxx.dll
;array_amxx_amd64.so
; --------------------------------
; Sockets - network socket support
; --------------------------------
;sockets_amxx_i386.so
;sockets_amxx.dll
;sockets_amxx_amd64.so
; --------------------------
; Regular Expression support
; --------------------------
;regex_amxx_i386.so
;regex_amxx.dll
;regex_amxx_amd64.so
; -----------------
; Natural Selection
; -----------------
;ns_amxx_i386.so
ns_amxx.dll
;ns_amxx_amd64.so
;EXTRAS-----------
;amxx_ns2amx.dll<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
my modules.cfg. This is what is needed to get those plugins working. Look at what I have enabled (removed ";" from the line)
Hope this helps. I Have AMX Mod X v1.0