Automatically change cvars during warmup round?!

Post Reply
lowheartrate
A semi-regular
A semi-regular
Posts: 28
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Jul 02, 2015 2:54 pm
Contact:

Automatically change cvars during warmup round?!

Post by lowheartrate »

I own a 5vs5 community competitive server and would like to make it so when players are in warmup round(s) they have the following cvars:

Code: Select all

mp_buy_anywhere 1
mp_maxmoney 65535
mp_startmoney 65535
and when warmup ends, the cvars change to:

Code: Select all

mp_buy_anywhere 0
mp_maxmoney 16000
mp_startmoney 800
I am not sure rather or not this is possible without a plugin but even with the Execute Configs by DJ Tsunami I can't target warmup rounds properly. Any suggestions / advice would be greatly appreciated!
Image
Post Reply