Counter-Strike 2

Counter-Strike 2

View Stats:
Lego Man Jan 20, 2020 @ 2:19pm
Time limit in custom matches
I cannot figure out the the command for increasing the time limit, Can anybody help me?
< >
Showing 1-2 of 2 comments
Are you talking about mp_timelimit?

You can also use the "find" command to search commands.

https://developer.valvesoftware.com/wiki/List_of_CS:GO_Cvars
Johnny_Cadillac Jan 21, 2020 @ 10:35am 
type this :

] mp_roundtime_defuse 60 //set 1h of time on bomb maps
] mp_freezetime 0 //cut off the round start
] mp_restartgame 1 //restart the match so that changes are applied

if you want to reuse this everytime you restart the game :

] alias onehour "mp_roundtime_defuse 60 ; mp_freezetime 0 ; mp_restartgame 1"

put this in a autoexec file, like that when you type onehour in the console its set up instantly.

if you want to set it up with just a key:

] bind (key) onehour




Last edited by Johnny_Cadillac; Jan 21, 2020 @ 10:35am
< >
Showing 1-2 of 2 comments
Per page: 1530 50

Date Posted: Jan 20, 2020 @ 2:19pm
Posts: 2