AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   [CS:GO] setting ffa dm and unlimited time? (https://forums.alliedmods.net/showthread.php?t=307711)

ilyasa48 05-21-2018 21:53

[CS:GO] setting ffa dm and unlimited time?
 
Hello, I have a ffa dm server and I'm still confused with the settings

how to make my ffa dm server can have unlimited time and is there any other setting for ffa dm server?

I use this plugin for my ffa dm server: https://forums.alliedmods.net/showthread.php?t=246405


Maxximou5 05-22-2018 00:55

Re: [CS:GO] setting ffa dm and unlimited time?
 
There's an update to the plugin you are using, if you are not aware already.
As for time, you should always set it so the map changes; otherwise, you'll have issues.
PHP Code:

mp_roundtime "90"
mp_roundtime_defuse "90"
mp_roundtime_hostage "90"
mp_timelimit "90"
mp_maxrounds "99999" 

If you really want unlimited time.
PHP Code:

mp_roundtime "99999"
mp_roundtime_defuse "99999"
mp_roundtime_hostage "99999"
mp_timelimit "0"
mp_maxrounds "99999"
mp_warmup_pausetimer "1"
mp_do_warmup_period "1"
mp_warmuptime "99999"
mp_warmup_pausetimer "1"
mp_warmup_pausetimer "1" 

Also make sure you're setting it in the correct .cfg file.
https://developer.valvesoftware.com/...ual_server.cfg

ilyasa48 05-22-2018 06:47

Re: [CS:GO] setting ffa dm and unlimited time?
 
thanks, very useful

Kebab230 01-21-2021 02:38

Re: [CS:GO] setting ffa dm and unlimited time?
 
Quote:

Originally Posted by ilyasa48 (Post 2593263)
thanks, very useful

set "mp_ignore_round_win_conditions = 1"


All times are GMT -4. The time now is 01:50.

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