Jump to content
News ticker
  • Bienvenue sur le nouveau forum VeryGames
  • Welcome to the new VeryGames forum
  • VeryNews

    [PB] Mapchooser


    toutoune59

    Recommended Posts

    Voila depuis un peu moins de 1 mois mon server fait des votemap au bout de 5 min de jeux je n'ai pas trouver ca normale j'aireinstaler mon server puis ca ne la plus fait pendant 1 a 2 semaines et la ca recommence je ne sait pas comment faire c'est asser genant jai plus remarquer que c'etait plus frequent sur des map fun et normalement le votemap ce fait par exemple au bout de 25 min avec la cvar mp_timelimit 30 je la met a 30 au bout de 5 min votemap et ca change map et des fois ca changemap tout seul sans votemap.

    config server:

    ----------------

    Amx version 0.9.9 (3 modules)

     

    plugins:

    ---------

    language.amx        ; language management
    admin.amx           ; admin base (required for any admin-related)
    admin_mysql.amx    ; admin base - MySQL version (comment admin.amx)
    admincmd.amx        ; basic admin console commands
    adminhelp.amx       ; help command for admin console commands
    adminslots.amx      ; slot reservation
    menufront.amx       ; front-end for admin menus
    cmdmenu.amx         ; command menu (speech, settings)
    plmenu.amx          ; players menu (kick, ban, client cmds.)
    restmenu.amx        ; restrict weapons menu
    mapsmenu.amx        ; maps menu (vote, changelevel)
    antiflood.amx       ; prevent clients from chat-flooding the server
    adminchat.amx       ; console chat commands
    adminvote.amx       ; vote commands
    nextmap.amx         ; displays next map in mapcycle
    timeleft.amx        ; displays time left on map
    mapchooser.amx      ; allows to vote for next map
    scrollmsg.amx       ; displays a scrolling message
    imessage.amx        ; displays information messages
    welcomemsg.amx     ; console motd @ client connection (Hard to see in Steam)
    statsx.amx          ; stats on death or round end (CSStats Module required!)
    stats_logging.amx   ; weapons stats logging (CSStats Module required!)
    telemenu.amx        ; teleport menu (Fun Module required!)
    miscstats.amx       ; bunch of events announcement for Counter-Strike
    pausecfg.amx        ; allows to pause and unpause some plugins
    statscfg.amx        ; allows to manage stats plugins via menu and commands
    mapconfig.amx       ; executes custom map configuration files
    
    ; Add custom plugins below
    ; Ajoutez les plugins persos ci-dessous
    csdm_mod.amx
    amx_match_deluxe.amx

     

    module.ini amx:

    ------------------

    ; CS Stats
    ; This one must also be declared in MetaMod's plugins.ini!
    csstats_mm_i586.so
    
    ; Fun: more functions for modifications in HL
    ; This one must also be declared in MetaMod's plugins.ini!
    fun_mm_i586.so
    
    ; Vexd Util.
    VexdUM_mm_i586.so

     

    plugin.ini metamod:

    ----------------------

    ; CS Stats (AMX module)
    linux addons/amx/modules/csstats_mm_i586.so
    
    ; Fun (AMX module)
    linux addons/amx/modules/fun_mm_i586.so
    
    ; Vexd Utilities (AMX module)
    linux addons/amx/modules/VexdUM_mm_i586.so

     

    server.cfg:

    -------------

     

    # load ban files
    exec listip.cfg
    exec banned.cfg
    ####################################
    # basic MATCH server configuration #
    ####################################
    # sv_password est OBLIGATOIRE, sous peine de fermeture du serveur
    # sv_password is MANDATORY, or your server may be closed
    sv_password "frt"
    rcon_password "**************"
    hostname "FR - FRT,Les amis de la foret [pass: frt]"
    #hostname "FRT, DeathMatch: ON [pass: frt]"
    mp_friendlyfire 0
    mp_timelimit 30
    mp_freezetime 2
    #mp_freezetime 0
    mp_c4timer 35
    mp_autoteambalance 1
    mp_limitteams 2
    mp_roundtime 4
    #mp_roundtime 9
    mp_buytime 0.5
    sv_cheats 0
    sv_aim 0
    sv_maxspeed 320
    pausable 0
    sv_maxrate 20000
    sv_minrate 5000
    sv_maxupdaterate 101
    sv_minupdaterate 20
    #DeathMatch
    csdm_active 0
    #csdm_active 1
    csdm_freeze_time 5
    csdm_add_items 0
    csdm_random_spawns 1
    csdm_kill_all 0
    csdm_drop_packs 1
    csdm_drop_weapons 1
    csdm_delete_time 20.0
    csdm_allow_clguns 1
    csdm_auto_drop 1
    csdm_auto_equip 1
    csdm_auto_gren 1
    csdm_spawn_spam 1
    csdm_enable_amenu 0
    csdm_enable_gmenu 0
    csdm_stripper "abcd"
    csdm_dropc4 0
    csdm_enable_file "csdmon.cfg"
    csdm_disable_file "csdmoff.cfg"
    # Serveur HTTP pour download des maps, des sons... 
    # Vous pouvez y ajouter vos maps et sons en demandant sur le forum VeryGames
    # HTTP server for maps and sounds downloads
    # Your can add your own files on it, by asking on VeryGames forum.
    sv_downloadurl "http://download.verygames.net/files/mappack/halflife/cstrike/"
    # requis pour psychostats
    # required for psychostats
    log on
    mp_logfile 1
    # NE PAS MODIFIER
    # DON'T MODIFY
    sv_stats 0
    sys_ticrate 300

     

    -----------------------------------------------------------------------------------

    Voila si vous pouvez me dire dou vient le pb je vous en serez tres reconnaissant :)

    Link to comment
    Share on other sites

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Reply to this topic...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    ×
    ×
    • Create New...