forked from Simnation/Main
ed
This commit is contained in:
parent
875c8448e1
commit
c81ae4bb6d
219 changed files with 8036 additions and 7 deletions
20
resources/[tools]/bl_bridge/fxmanifest.lua
Normal file
20
resources/[tools]/bl_bridge/fxmanifest.lua
Normal file
|
@ -0,0 +1,20 @@
|
|||
fx_version "cerulean"
|
||||
use_experimental_fxv2_oal 'yes'
|
||||
lua54 'yes'
|
||||
game 'gta5'
|
||||
version '1.6.0'
|
||||
|
||||
dependencies {
|
||||
'/onesync',
|
||||
}
|
||||
|
||||
shared_scripts {
|
||||
'require.lua',
|
||||
'init.lua',
|
||||
}
|
||||
|
||||
files {
|
||||
'utils.lua',
|
||||
'client/**/*.lua',
|
||||
'imports/client.lua',
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue