Initial commit — Southwest Roleplay FiveM

This commit is contained in:
jack
2026-06-20 13:05:34 +00:00
commit 3857de3d85
397 changed files with 30322 additions and 0 deletions

28
fxmanifest.lua Normal file
View File

@@ -0,0 +1,28 @@
fx_version 'cerulean'
game 'gta5'
description 'Southwest Roleplay'
version '1.0.0'
-- Server scripts (Node.js runtime, CommonJS bundles)
server_scripts {
'dist/server/index.js',
}
-- Client scripts (single bundled file)
client_scripts {
'dist/client/index.js',
}
-- NUI page (same Vue UI from game-client)
ui_page 'ui/index.html'
files {
'ui/**',
}
-- Dependencies
dependencies {
'/server:7290',
'/onesync',
}