dobrograd-13-06-2022/garrysmod/addons/event-halloween/lua/autorun/halloween.lua
Jonny_Bro (Nikita) e4d5311906 first commit
2023-11-16 15:01:19 +05:00

24 lines
711 B
Lua

-- halloween = halloween or {}
-- timer.Simple(0, function()
-- if CFG.dev then
-- octolib.client('halloween/cl_dev')
-- end
-- end)
-- octolib.client('halloween/cl_config')
-- octolib.client('halloween/cl_images')
octolib.client('halloween/cl_textures')
-- octolib.server('halloween/sv_images')
-- octolib.server('halloween/sv_sweets')
-- octolib.client('halloween/cl_halloween')
-- octolib.server('halloween/sv_rewards')
-- octolib.client('halloween/cl_rewards')
-- octolib.server('config/sweets-items')
hook.Add('dbg-char.firstSpawn', 'dbg-halloween.theme', function(ply)
if ply:GetDBVar('halloweenTheme') then
ply:SetLocalVar('halloweenTheme', true)
ply:ConCommand('octogui_reloadf4')
end
end)