forked from Simnation/Main
ed
This commit is contained in:
parent
84031a9c3f
commit
3cc1d14b39
91 changed files with 2596 additions and 2913 deletions
46
resources/[carscripts]/MrNewbVehicleKeys/fxmanifest.lua
Normal file
46
resources/[carscripts]/MrNewbVehicleKeys/fxmanifest.lua
Normal 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'
|
Loading…
Add table
Add a link
Reference in a new issue