shanapu / MyJailbreak

A rewrite of Franugs Special Jailbreak and merge of eccas, ESK0s & zipcores Jailbreak Warden

Home Page:https://forums.alliedmods.net/showthread.php?t=283212

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Event Toggle Error

hartmanziga opened this issue · comments

Need help to fix this Event toggle error that coming up all the time in error logs

L 07/23/2020 - 15:02:57: [MyJailbreak/eventday_toggle.smx] ConVar 'sm_afk_enable' not found! Can't set default value '0' on Event Day end
L 07/23/2020 - 15:02:57: [eventday_toggle.smx] ConVar 'sm_afk_enable' not found! Can't set default value '0' on Event Day end

All you need to do is go in sourcemod/configs/eventday_toggle.cfg and remove this lines

	"sm_afk_enable" // ConVar
	{
		"type"			"convar" // type "convar", "command" or "plugin"
		"action"		"0" // On type "convar" - convar value while eventday
	}