View Single Post
Ahava
New Member
Join Date: Jan 2016
Old 01-08-2018 , 18:44   Re: Execute Configs 1.0 (Updated 08/12/09)
Reply With Quote #169

Hello,

I'm trying to use executeconfig so that it executes a new mode for "Deathmatch Goes Advanced" after a few minutes pass. Unfortunately it doesn't really work for me, the configs just don't get executed. I can execute them fine manually though.

Here's my config:
Code:
"Configs"
{
	"*"
	{
		"timeleft:1560"			"1:dm_pistol_normal.cfg"
		"timeleft:1260"			"1:dm_forcebuy.cfg"
		"timeleft:1080"			"1:dm_rifles.cfg"
		"timeleft:240"			"1:dm_rifles_hs.cfg"
	}
}
Thanks in advance for any help!

EDIT: Ejziponken helped me solve it. Timeleft is given in minutes, not seconds.

Last edited by Ahava; 01-09-2018 at 09:46.
Ahava is offline