I can tell you exactly what is going on.

When you do map extends in amxmodx it changes the mp_timelimit up.  For some
reason the mp_timelimit cvar is not reloaded from the server.cfg

What you need to do is in the amxx.cfg file add the line

amx_cvar mp_timelimit 30

Every time the map changes it will reset the timelimit to 30

I think though you can also add "-servercfgfile server.cfg" to the command
line.  I believe I saw someone mention that before.  But I know for sure the
amxx.cfg mod will reset your mp_timelimit on map cycle.

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Michael Jordan
> Sent: Saturday, September 30, 2006 7:04 PM
> To: hlds@list.valvesoftware.com
> Subject: [hlds] mp_timelimit changing
>
> This is a multi-part message in MIME format.
> --
> [ Picked text/plain from multipart/alternative ]
> Guys,
>
> I run a CS 1.6 server with metamod and amxx 1.6 plus a couple
> plugins. My
> problem is that the mp_timelimit keeps changing. Server.cfg
> has the entry
>
> mp_timelimit 30. I thought one of my admins was changing it
> so I completely
> removed that option from the cvar section of amxx but it still changes
> periodically. Can you guys think of anything else that could
> possibly be
> changing the mp_timelimit? Is it possible that one of the
> maps could be
> changing it? Give me some pointers on how to track this
> annoying problem
> down.
>
> mj
>
> --
>
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list
> archives, please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds

Reply via email to