forked from Simnation/Main
ed
This commit is contained in:
parent
6a6c44143c
commit
e50a457657
31 changed files with 1135 additions and 764 deletions
|
@ -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'
|
Loading…
Add table
Add a link
Reference in a new issue