Help Me With Ns Maps
lilamericankid
Join Date: 2005-02-26 Member: 42528Members
<!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad-fix.gif' border='0' style='vertical-align:middle' alt='sad-fix.gif' /><!--endemo--> Hey Guys my natural selection server keeps crashing peoples games when they go aliens The error is buffer overun fatal error or somthing like that
when the round starts with beep beep beep then when thats over and error comes up ONLY for aliens HOW DO I FIX THIS PLEASE HELP ME!!!!!! <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad-fix.gif' border='0' style='vertical-align:middle' alt='sad-fix.gif' /><!--endemo-->
when the round starts with beep beep beep then when thats over and error comes up ONLY for aliens HOW DO I FIX THIS PLEASE HELP ME!!!!!! <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad-fix.gif' border='0' style='vertical-align:middle' alt='sad-fix.gif' /><!--endemo-->
Comments
Post what you have running: metamod, amxmod, etc. and their plugins.
Try doing this first. Strip the server to a BASE server. No metamod, no amxmod, etc. Then try from there, and slowly put back on metamod and other plugins.
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management
; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands
; Map related
nextmap.amxx ; displays next map in mapcycle
;mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map
; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
; NS Specific plugins
idlekicker.amxx ; kicks idle players
nscommands.amxx ; extra commands for Natural-Selection
extralevels2.amxx
unstuck.amxx ; Free stuck players (engine & ns modules required!)
gnome.amxx
unchainup.amxx
crabmapmanager.amxx
glow.amxx
hiveccstatus.amxx
im running those plugins and my metamod ini looks like this
;;AMX Mod X 1.0
win32 addons/amxmodx/dlls/amxmodx_mm.dll
win32 addons/amxmodx/modules/fakemeta_amxx.dll
win32 addons/amxmodx/modules/array_amxx.dll
win32 addons/amxmodx/modules/engine_amxx.dll
win32 addons/amxmodx/modules/fun_amxx.dll
win32 addons/amxmodx/modules/geoip_amxx.dll
win32 addons/amxmodx/modules/mssql_amxx.dll
win32 addons/amxmodx/modules/ns_amxx.dll
win32 addons/amxmodx/modules/pgsql_amxx.dll
win32 addons/amxmodx/modules/regex_amxx.dll
win32 addons/amxmodx/modules/sockets_amxx.dll
modules ini looks like this
; AMX Mod X Modules
; 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
; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
;engine_amxx_i386.so
engine_amxx.dll
; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
;fakemeta_amxx_i386.so
fakemeta_amxx.dll
; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
;mysql_amxx_i386.so
;mysql_amxx.dll
; 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
; ------------------------------------
; Array - advanced arrays in scripting
; ------------------------------------
;array_amxx_i386.so
;array_amxx.dll
; --------------------------------
; Sockets - network socket support
; --------------------------------
;sockets_amxx_i386.so
;sockets_amxx.dll
; --------------------------
; Regular Expression support
; --------------------------
;regex_amxx_i386.so
;regex_amxx.dll
; -----------------
; Natural Selection
; -----------------
;ns_amxx_i386.so
ns_amxx.dll
hope this is enough information so i dont have to delete it because this is a server i rent
;;AMX Mod X 1.0
win32 addons/amxmodx/dlls/amxmodx_mm.dll
win32 addons/amxmodx/modules/fakemeta_amxx.dll
win32 addons/amxmodx/modules/array_amxx.dll
win32 addons/amxmodx/modules/engine_amxx.dll
win32 addons/amxmodx/modules/fun_amxx.dll
win32 addons/amxmodx/modules/geoip_amxx.dll
win32 addons/amxmodx/modules/mssql_amxx.dll
win32 addons/amxmodx/modules/ns_amxx.dll
win32 addons/amxmodx/modules/pgsql_amxx.dll
win32 addons/amxmodx/modules/regex_amxx.dll
win32 addons/amxmodx/modules/sockets_amxx.dll<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
Why on earth do you have all of your amxx modules listed in the metamod.ini?
Your metamod.ini should contain this only (the modules are listed in the modules.ini):
<!--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-->win32 addons\amxmodx\dlls\amxmodx_mm.dll<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->