1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-12 13:34:26 +02:00
parent 6a6c44143c
commit e50a457657
31 changed files with 1135 additions and 764 deletions

View file

@ -0,0 +1,34 @@
fx_version 'cerulean'
game 'gta5'
version '1.0.1'
lua54 'yes'
dependencies {
'tgiann-core',
}
escrow_ignore {
'configs/*.lua',
'checkInv.lua',
'client/bridge/*.lua',
'client/editable.lua',
'server/bridge/*.lua'
}
shared_script {
'configs/*.lua',
'checkInv.lua',
}
client_scripts {
'client/*.lua',
'client/bridge/*.lua'
}
server_scripts {
"server/server.lua",
'server/bridge/*.lua',
}
dependency '/assetpacks'