Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 0 additions & 74 deletions .github/CODE_OF_CONDUCT.md

This file was deleted.

62 changes: 0 additions & 62 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/feature_request.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/actions/bump-manifest-version.js

This file was deleted.

9 changes: 0 additions & 9 deletions .github/pull_request_template.md

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/lint.yml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/workflows/release-action.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/release.yml

This file was deleted.

58 changes: 0 additions & 58 deletions classes/weather.lua

This file was deleted.

4 changes: 4 additions & 0 deletions client/admin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ local weatherTypes = {
label = 'Xmas',
value = 'XMAS'
},
{
label = 'Halloween',
value = 'HALLOWEEN'
},
}

local function viewWeatherEvent(index, weatherEvent, isQueued)
Expand Down
2 changes: 1 addition & 1 deletion config/time.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
timeScale = 4000, -- How many milliseconds per minute in GTA time (2000ms is normal for a 48 minute day)
timeScale = 2000, -- How many milliseconds per minute in GTA time (2000ms is normal for a 48 minute day)

useNightScale = false, -- If true, the server will use timeScaleNight to alter the time during night
timeScaleNight = 8000, -- How many milliseconds per minute in GTA time DURING NIGHT
Expand Down
Loading
Loading