.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Common Questions (http://forums.bots-united.com/forumdisplay.php?f=51)
-   -   Empty Server Time Resets (http://forums.bots-united.com/showthread.php?t=6136)

gjivan72 19-02-2007 15:41

Empty Server Time Resets
 
It seems that when ever the server is just with bots time(mp_timelimit) doesnt move. However, if I join and I am playing with a bot time will start decreasing. As soon as I leave the time will restart to what ever mp_timlimt is. Is there a way I can make the bots count as people or at least make it so the mp_timelimt doesnt restart everytime there is only bots in the server. Alot of people are complaing assault is on tooo much :).

Thanks

Code:

Currently loaded plugins:
      description      stat pend  file              vers      src  load  unlod
 [ 1] AMX Mod X        RUN  -    amxmodx_mm.dll    v1.76c    ini  ANY  ANY
 [ 2] POD-Bot mm      RUN  -    podbot_mm.dll    v3.0B17  ini  Chlvl ANY
 [ 3] Fun              RUN  -    fun_amxx.dll      v1.76    pl1  ANY  ANY
 [ 4] Engine          RUN  -    engine_amxx.dll  v1.76    pl1  ANY  ANY
 [ 5] FakeMeta        RUN  -    fakemeta_amxx.dl  v1.76b    pl1  ANY  ANY
 [ 6] CStrike          RUN  -    cstrike_amxx.dll  v1.76    pl1  ANY  ANY
 [ 7] CSX              RUN  -    csx_amxx.dll      v1.76c    pl1  ANY  ANY

Tell me if its not clear enough.

KWo 19-02-2007 16:00

Re: Empty Server Time Resets
 
Write in the server console:
amxx plugins
and c&p the output here. I have no clue why mp_timelimit is not counting if there are bots only. Who knows - maybe some stupid update of Valve did some new side-effect for bots... Are You sure You are talking about mp_timelimt (not about mp_roundtime)?

gjivan72 19-02-2007 16:11

Re: Empty Server Time Resets
 
Code:

amx_plugins
Currently loaded plugins:
name              version  author            file            status
Admin Base        1.76c    AMXX Dev Team    admin.amxx      debug
Admin Commands    1.76c    AMXX Dev Team    admincmd.amxx    debug
Admin Help        1.76c    AMXX Dev Team    adminhelp.amxx  debug
Slots Reservation  1.76c    AMXX Dev Team    adminslots.amxx  debug
Multi-Lingual Sys  1.76c    AMXX Dev Team    multilingual.am  debug
Menus Front-End    1.76c    AMXX Dev Team    menufront.amxx  debug
Commands Menu      1.76c    AMXX Dev Team    cmdmenu.amxx    debug
Players Menu      1.76c    AMXX Dev Team    plmenu.amxx      debug
Maps Menu          1.76c    AMXX Dev Team    mapsmenu.amxx    debug
Chat Logger        2.1a    Jim              chat_logger.amx  debug
Admin Chat        1.76c    AMXX Dev Team    adminchat.amxx  debug
Anti Flood        1.76c    AMXX Dev Team    antiflood.amxx  debug
Scrolling Message  1.76c    AMXX Dev Team    scrollmsg.amxx  debug
Info. Messages    1.76c    AMXX Dev Team    imessage.amxx    debug
Admin Votes        1.76c    AMXX Dev Team    adminvote.amxx  debug
Mapconfig Extende  1.0.3    _KaszpiR_        mapconfig.amxx  debug
NextMap            1.76c    AMXX Dev Team    nextmap.amxx    debug
Nextmap Chooser    1.76c    AMXX Dev Team    mapchooser.amxx  debug
TimeLeft          1.76c    AMXX Dev Team    timeleft.amxx    debug
Pause Plugins      1.76c    AMXX Dev Team    pausecfg.amxx    debug
Stats Configurati  1.76c    AMXX Dev Team    statscfg.amxx    debug
Sniper Rifle Cont  1.2      WillyumYum        sniper_control.  debug
Grenade Spam Puni  1.3      [gOf]-Soul        grenspampunish.  debug
Restrict Weapons  1.76c    AMXX Dev Team    restmenu.amxx    debug
StatsX            1.76c    AMXX Dev Team    statsx.amxx      debug
CS Misc. Stats    1.76c    AMXX Dev Team    miscstats.amxx  debug
Say Rules          0.3      SAMURAI          sayrules.amxx    debug
Team Balancer      1.8b2    Ptahhotep        ptb.amxx        debug
Exec              1.0      ToXiC            amx_exec.amxx    debug
High Ping Kicker  0.16.2  OLO/shadow        high_ping_kicke  debug
Prometheus        0.10    Avalanche        prometheus.amxx  debug
Admin Gag          1.8.3    EKS              admin_gag.amxx  debug
Ultimate Sound    1.1      Dizzy            ultimate_sounds  debug
Last man bets      0.9.3    JGHG              lastmanbets.amx  debug
POD-Bot Menu      1.2      g4s|figurE.09    amxx_podbotmenu  debug
35 plugins, 0 running

I just rembered looking at this
Code:

Fixed am27152: CSX would ignore the cvar value of csstats_rank_bots.  This cvar now defaults to 0, and bots will no longer rank by default.
taken from http://wiki.alliedmods.net/index.php...X_1.76_Changes
I added "csstats_rank_bots 1" to the amxx.cfg. Haha i just clicked on that link and it seems you knew about it. I didint know if it mattered or not. IM going to remove the cvar.


Also i am 100% sure its mp_timelimt. I have assault on for 100 mins. Ill play a couple of rounds and get it to 95 mins. Than I reconnect and do timeleft and its back to 100 mins.

Thanks for the fast reply.


BIG UPDATE:
I neglected to mention that pb_maxbots 2. Which probably makes sense now. So i guess time doesn't move when there is only one player in the server? I changed pb_maxbots 3 and it works now. However you know a way i could keep 2 because i like to conserve as much as bandwdith/memory usage as possible?

gjivan72 19-02-2007 20:09

Re: Empty Server Time Resets
 
I couldnt edit my post for some reason. The problem is still there even with pb_maxbots. It probably isnt your mod but some other plugin. Im gona try disabling some and see whats up. I went in and there was 2 humans and one bot, than there were only 3 humans and the time was like 96 mins or something. I left and came back in and it reseted back to 100 mins. Anyone else know anything about this.

KWo 19-02-2007 21:03

Re: Empty Server Time Resets
 
3 suggestions:

1. If You are not experiencing any "Run Time Error" or so reported by any of Your AMX X plugins there is no reason to keep all plugins in debug mode. It really affects the performance of Your server. Please use the normal mode (with JIT enabled) for Your plugins.

2. If there were 3 persons and You left the server, then You recconnected and Your mp_timelimit has been resetted, it has nothing to bots. But try to make the same test with all plugins like You have it now, but in normal (not debug) mode, then - if it still happens (I mean Your mp_timelimit is resetted), please disable for test only custom plugins and test Your mp_timelimit again.
3. Update Your Podbot Menu plugin to the latest version (1.3). Grab it from here. :)


All times are GMT +2. The time now is 12:34.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.