1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-04 04:28:47 +02:00
parent 875c8448e1
commit c81ae4bb6d
219 changed files with 8036 additions and 7 deletions

View 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',
}