ed
This commit is contained in:
parent
dfccd319c6
commit
797e88f682
134 changed files with 2785 additions and 0 deletions
43
resources/[inventory]/cfx-mxc-vendingmachines/fxmanifest.lua
Normal file
43
resources/[inventory]/cfx-mxc-vendingmachines/fxmanifest.lua
Normal file
|
@ -0,0 +1,43 @@
|
|||
fx_version "cerulean"
|
||||
game "gta5"
|
||||
lua54 "yes"
|
||||
|
||||
shared_scripts {
|
||||
"config.lua",
|
||||
"config_functions.lua"
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
"@utility_lib/client/native.lua",
|
||||
"client/*.lua",
|
||||
"client/vendings/*.lua",
|
||||
"client/modules/*.lua",
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
"@utility_lib/server/native.lua",
|
||||
"server/*.lua",
|
||||
"server/modules/*.lua"
|
||||
}
|
||||
|
||||
files {
|
||||
"dui/**.*",
|
||||
"audiodirectory/**.*",
|
||||
}
|
||||
|
||||
escrow_ignore {
|
||||
"config.lua",
|
||||
"config_functions.lua",
|
||||
"[items]/*.lua",
|
||||
--"[template_prop_sourcecode]/*.ydr"
|
||||
}
|
||||
|
||||
file 'stream/[default]/*.ytyp'
|
||||
data_file 'DLC_ITYP_REQUEST' 'stream/[default]/*.ytyp'
|
||||
|
||||
file 'stream/[ytyp]/*.ytyp'
|
||||
data_file 'DLC_ITYP_REQUEST' 'stream/[ytyp]/*.ytyp'
|
||||
|
||||
data_file 'AUDIO_WAVEPACK' 'audiodirectory'
|
||||
data_file 'AUDIO_SOUNDDATA' 'audiodirectory/vending_sounds.dat'
|
||||
dependency '/assetpacks'
|
Loading…
Add table
Add a link
Reference in a new issue