1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-06 16:16:16 +02:00
parent 84031a9c3f
commit 3cc1d14b39
91 changed files with 2596 additions and 2913 deletions

View file

@ -0,0 +1,46 @@
fx_version 'cerulean'
game 'gta5'
lua54 'yes'
name "MrNewbVehicleKeys"
author "MrNewb"
version "2.2.0"
shared_scripts {
'@ox_lib/init.lua',
'src/shared/config.lua',
'src/shared/FobOptions.lua',
'src/shared/ParkingSpots.lua',
'src/shared/init.lua',
}
client_scripts {
'src/client/**/*.lua',
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'src/server/**/*.lua',
}
ui_page 'web/build/index.html'
files {
'locales/*.json',
'web/build/index.html',
'web/build/**/*',
}
dependencies {
'/onesync',
'ox_lib',
'community_bridge',
'oxmysql',
}
escrow_ignore {
'src/shared/*.lua', -- Config files
'src/client/open/*.lua', -- open files
'src/server/open/*.lua', -- open files
}
dependency '/assetpacks'