Help Me With Ns Maps

lilamericankidlilamericankid 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-->

Comments

  • BorisBoris Join Date: 2002-12-30 Member: 11636Members
    Post your details.

    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.
  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    Are you running Whichbot or RCBot?
  • lilamericankidlilamericankid Join Date: 2005-02-26 Member: 42528Members
    No im nt running wichbot or rcbot but i am running amxmod and all its modules and ; Admin Base - Always one has to be activated
    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
  • lilamericankidlilamericankid Join Date: 2005-02-26 Member: 42528Members
    And if you want to see the error for yourself you need 2 people on each team when round starts aliens will get fatal error marines wont andd you will see the error maybe this will help also 205.234.173.242:27022
  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    <!--QuoteBegin-lilamericankid+Feb 27 2005, 10:21 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (lilamericankid @ Feb 27 2005, 10:21 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->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<!--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-->
  • BorisBoris Join Date: 2002-12-30 Member: 11636Members
    I noticed this too and was going to post about this, but depot took care of it. This may be the problem.
  • Peter_HuttPeter_Hutt Join Date: 2005-01-08 Member: 33861Members, Constellation
    Rofl. Well Spotted. <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->
Sign In or Register to comment.