Skip to content

Commit

Permalink
chore: Change the weather Halloween style
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Oct 24, 2024
1 parent 832ceb8 commit 6b5b280
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions server-data/resources/[esx]/vSync/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Config.AdminByID = false -- Set to true if you want to set the access to the com
Config.DynamicWeather = false -- Set this to false if you don't want the weather to change automatically every 10 minutes.

-- On server start
Config.StartWeather = "EXTRASUNNY" -- Default weather default: 'EXTRASUNNY'
Config.StartWeather = "HALLOWEEN" -- Default weather default: 'EXTRASUNNY'
Config.BaseTime = 8 -- Time default: 8
Config.TimeOffset = 0 -- Time offset default: 0
Config.FreezeTime = false -- freeze time default: false
Expand All @@ -14,29 +14,29 @@ Config.NewWeatherTimer = 10 -- Time (in minutes) between each weather change d
Config.Locale = "en" -- Languages : en, fr, pt, tr, pt_br

Config.Admins = { -- Only if Config.AdminByID is set to true
"steam/license:STEAMID/LICENSE", -- EXAMPLE : steam:110000145959807 or license:1234975140128921327
"steam/license:STEAMID/LICENSE", -- EXAMPLE : steam:110000145959807 or license:1234975140128921327
}

Config.Ace = { -- Only if Config.AdminByID is set to false
"command", -- LEAVE BY DEFAULT TO GIVE ACCESS TO ADMINS AND SUPERADMINS IF U DIDN'T TOUCH ADMIN SYSTEM.
--'vsyncr', -- Gives access to weather/time commands only to groups that have access to 'vsyncr' in your server.cfg (like this: add_ace group.admin vsyncr allow)
--'yourgroupaccess', -- add_ace group.yourgroup yourgroupaccess allow
"command", -- LEAVE BY DEFAULT TO GIVE ACCESS TO ADMINS AND SUPERADMINS IF U DIDN'T TOUCH ADMIN SYSTEM.
--'vsyncr', -- Gives access to weather/time commands only to groups that have access to 'vsyncr' in your server.cfg (like this: add_ace group.admin vsyncr allow)
--'yourgroupaccess', -- add_ace group.yourgroup yourgroupaccess allow
}

Config.AvailableWeatherTypes = { -- DON'T TOUCH EXCEPT IF YOU KNOW WHAT YOU ARE DOING
"EXTRASUNNY",
"CLEAR",
"NEUTRAL",
"SMOG",
"FOGGY",
"OVERCAST",
"CLOUDS",
"CLEARING",
"RAIN",
"THUNDER",
"SNOW",
"BLIZZARD",
"SNOWLIGHT",
"XMAS",
"HALLOWEEN",
"EXTRASUNNY",
"CLEAR",
"NEUTRAL",
"SMOG",
"FOGGY",
"OVERCAST",
"CLOUDS",
"CLEARING",
"RAIN",
"THUNDER",
"SNOW",
"BLIZZARD",
"SNOWLIGHT",
"XMAS",
"HALLOWEEN",
}

0 comments on commit 6b5b280

Please sign in to comment.