ed
This commit is contained in:
parent
45e1a2659f
commit
9dc050cb24
20 changed files with 1135 additions and 0 deletions
34
resources/[inventory]/tgiann-weapons-on-back/fxmanifest.lua
Normal file
34
resources/[inventory]/tgiann-weapons-on-back/fxmanifest.lua
Normal 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'
|
Loading…
Add table
Add a link
Reference in a new issue