shanapu / MyJailbreak

A rewrite of Franugs Special Jailbreak and merge of eccas, ESK0s & zipcores Jailbreak Warden
https://forums.alliedmods.net/showthread.php?t=283212
GNU General Public License v3.0
51 stars 36 forks source link

Event Toggle Error #369

Closed hartmanziga closed 4 years ago

hartmanziga commented 4 years ago

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

Hexer10 commented 4 years ago

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
    }