Fix and enhance update checker

This commit is contained in:
Jim Shield
2025-04-22 19:17:03 +01:00
parent 45c5af8e81
commit ac58fe4bb7
4 changed files with 127 additions and 47 deletions

View File

@@ -7,6 +7,7 @@ rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aw
games { 'gta5', 'rdr3' }
lua54 'yes'
files {
'starter.lua',
'shared/*.lua',
@@ -14,6 +15,9 @@ files {
'shared/scaleforms/*.lua',
}
-- Version checker
server_scripts { '_versioncheck.lua' }
-- NUI Menu Loading
client_scripts { 'nui/*.lua' }
ui_page 'nui/index.html'