We need <a href='http://www.modns.org/forums/index.php?showtopic=117' target='_blank'>NS2AMX-module</a> first; it won't work without it. Note: NS2AMXX <b>is not compatible</b> with <b>amxmodx internal ns-modules</b>. (Atleast it won't work for me. Correct if I am wrong.)
Unzip it and copy all files under examples/included/ to addons/amxmodx/scripting/included. Follow the readme.txt and copy the correct module to addons/amxmodx/modules -directory, and edit addons/amxmodx/configs/modules.ini.
And for the extralevels -plugin, there're several versions of it. Let's use <a href='http://www.modns.org/forums/index.php?showtopic=1189&st=0' target='_blank'>this one.</a><ul><li>Get the .sma file. Quotes are important ! <!--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-->cd addons/amxmodx/scripting wget 'http://www.modns.org/forums/index.php?act=Attach&type=post&id=12888'<!--c2--></td></tr></table><div class='postcolor'><!--ec2--></li><li>Optional: rename it (for the sake of simplicity) because wget (usually) gets the wrong name. Tip: Tab is handy with long names. Type first letters of the filename and press tab. <!--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-->mv index.php\?act=Attach\&type=post\&id=12888 extralevels2.sma<!--c2--></td></tr></table><div class='postcolor'><!--ec2--></li><li>Compile it. It *should* say an error if it's not going to work in-game. <!--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-->./amxxsc extralevels2.sma<!--c2--></td></tr></table><div class='postcolor'><!--ec2--></li><li>Copy it over to plugins -directory <!--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-->cp extralevels2.amxx ../plugins/<!--c2--></td></tr></table><div class='postcolor'><!--ec2--></li></ul>If you get any errors post them here. You can also look which modules does a plugin/module need. Quick and realible way is to look at the suorces: <!--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-->grep #include extralevels2.sma<!--c2--></td></tr></table><div class='postcolor'><!--ec2--> The prob is some of the plugins need 'ns2amx' and others ns-modules provided with ns-version of amxmodx.
For a list of amx(x) 2.0 compatible plugins look here. <a href='http://www.modns.org/forums/index.php?showtopic=1004' target='_blank'>AMX Mod X 2.0 compatible plugins</a>
EDIT: Links are now correct ÉDIT2: Argh, the hell I'm talking about. New post.
there is an extralevels plugin specifically designed for amxmodx. you can get it <a href='http://www.modns.org/forums/index.php?showtopic=1297' target='_blank'>http://www.modns.org/forums/index.php?showtopic=1297</a>
Comments
Note: NS2AMXX <b>is not compatible</b> with <b>amxmodx internal ns-modules</b>. (Atleast it won't work for me. Correct if I am wrong.)
Unzip it and copy all files under examples/included/ to addons/amxmodx/scripting/included.
Follow the readme.txt and copy the correct module to addons/amxmodx/modules -directory, and edit addons/amxmodx/configs/modules.ini.
And for the extralevels -plugin, there're several versions of it. Let's use <a href='http://www.modns.org/forums/index.php?showtopic=1189&st=0' target='_blank'>this one.</a><ul><li>Get the .sma file. Quotes are important !
<!--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-->cd addons/amxmodx/scripting
wget 'http://www.modns.org/forums/index.php?act=Attach&type=post&id=12888'<!--c2--></td></tr></table><div class='postcolor'><!--ec2--></li><li>Optional: rename it (for the sake of simplicity) because wget (usually) gets the wrong name.
Tip: Tab is handy with long names. Type first letters of the filename and press tab.
<!--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-->mv index.php\?act=Attach\&type=post\&id=12888 extralevels2.sma<!--c2--></td></tr></table><div class='postcolor'><!--ec2--></li><li>Compile it. It *should* say an error if it's not going to work in-game.
<!--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-->./amxxsc extralevels2.sma<!--c2--></td></tr></table><div class='postcolor'><!--ec2--></li><li>Copy it over to plugins -directory
<!--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-->cp extralevels2.amxx ../plugins/<!--c2--></td></tr></table><div class='postcolor'><!--ec2--></li></ul>If you get any errors post them here. You can also look which modules does a plugin/module need. Quick and realible way is to look at the suorces:
<!--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-->grep #include extralevels2.sma<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
The prob is some of the plugins need 'ns2amx' and others ns-modules provided with ns-version of amxmodx.
For a list of amx(x) 2.0 compatible plugins look here.
<a href='http://www.modns.org/forums/index.php?showtopic=1004' target='_blank'>AMX Mod X 2.0 compatible plugins</a>
EDIT: Links are now correct
ÉDIT2: Argh, the hell I'm talking about. New post.
i use it on my server, it works great.