Raised This Month: $51 Target: $400
 12% 

Extending map problems


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
geek_boy
Junior Member
Join Date: May 2004
Location: Ewa Beach Hawaii
Old 05-11-2004 , 08:57   Extending map problems
Reply With Quote #1

Hi guys, I don't know what happend but everytime the system generated map voting comes up, the "extend map"option is not showing up? What am I doing wrong? enlighten me please...

thanks
__________________
SERVER: Triskelion Hangout
SERVER IP: 65.39.251.55:27015
SERVER ADMIN: geek_boy
Who is geek_boy? It's ME!
geek_boy is offline
Send a message via ICQ to geek_boy Send a message via AIM to geek_boy Send a message via MSN to geek_boy Send a message via Yahoo to geek_boy
FeuerSturm
AlliedModders Donor
Join Date: Apr 2004
Old 05-11-2004 , 10:09   Re: Extending map problems
Reply With Quote #2

Quote:
Originally Posted by geek_boy
Hi guys, I don't know what happend but everytime the system generated map voting comes up, the "extend map"option is not showing up? What am I doing wrong? enlighten me please...

thanks
look at these lines in your amxx.cfg
Code:
// Max. time to which map can be extended
amx_extendmap_max 90

// Step for each extending
amx_extendmap_step 15
if you set that lower than the time the maps are running, extend won't work.
FeuerSturm is offline
geek_boy
Junior Member
Join Date: May 2004
Location: Ewa Beach Hawaii
Old 05-12-2004 , 01:16  
Reply With Quote #3

Dood thanks.. It works..
Much appreciated
__________________
SERVER: Triskelion Hangout
SERVER IP: 65.39.251.55:27015
SERVER ADMIN: geek_boy
Who is geek_boy? It's ME!
geek_boy is offline
Send a message via ICQ to geek_boy Send a message via AIM to geek_boy Send a message via MSN to geek_boy Send a message via Yahoo to geek_boy
Nick
Senior Member
Join Date: Apr 2004
Location: Canada, Alberta, Cal
Old 05-12-2004 , 02:52  
Reply With Quote #4

I had the same thing thanks firestorm
__________________
Nick is offline
Send a message via MSN to Nick
VooDooDemOn
Junior Member
Join Date: Mar 2004
Old 05-13-2004 , 09:18  
Reply With Quote #5

Evvry time the map is extended it set the time on the next play played at 60 min the default is 30 min

// Max. time to which map can be extended
amx_extendmap_max 60

// Step for each extending
amx_extendmap_step 30


i take it that the map can be extended for 30 min to the max of 60 min but why does it set the default time on the next map to 60 if it is extended for another 30 min help please
VooDooDemOn is offline
FeuerSturm
AlliedModders Donor
Join Date: Apr 2004
Old 05-13-2004 , 09:34  
Reply With Quote #6

Quote:
Originally Posted by VooDooDemOn
Evvry time the map is extended it set the time on the next play played at 60 min the default is 30 min

// Max. time to which map can be extended
amx_extendmap_max 60

// Step for each extending
amx_extendmap_step 30


i take it that the map can be extended for 30 min to the max of 60 min but why does it set the default time on the next map to 60 if it is extended for another 30 min help please
add
Code:
mp_timelimit 30
to your amxx.cfg and all maps will start with 30min eventhough they have been extended to 1000000min before.
the "map extend" function changes the cvar "mp_timelimit" and
as server.cfg is only executed on server start/restart the new timelimit stays.
amxx.cfg is executed on every mapchange, so it will be set to 30 again.
FeuerSturm is offline
VooDooDemOn
Junior Member
Join Date: Mar 2004
Old 05-13-2004 , 09:46  
Reply With Quote #7

cheers for the quick reply
now why didnt i think of that one
VooDooDemOn is offline
BigBaller
Veteran Member
Join Date: Mar 2004
Location: Everett, WA
Old 05-13-2004 , 12:35  
Reply With Quote #8

Also, to make sure your varibles do not stay try adding

mapchangecfgfile server.cfg

Into your server.cfg, that will reload all the server.cfg cvars apon map changes thus making sure nothing goes screwy with the map extenstion, I learned that a while back on AMX forums when I had a problem with map extentions.
__________________

BigBaller is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:32.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode