edit
This commit is contained in:
parent
7038c11f51
commit
92c426369b
7 changed files with 146 additions and 1 deletions
23
resources/[inventory]/nordi_hookah/fxmanifest.lua
Normal file
23
resources/[inventory]/nordi_hookah/fxmanifest.lua
Normal file
|
@ -0,0 +1,23 @@
|
|||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
|
||||
name 'qb-hookah'
|
||||
description 'Hookah Smoking System'
|
||||
version '1.0.0'
|
||||
|
||||
shared_script '@qb-core/import.lua'
|
||||
|
||||
client_scripts {
|
||||
'@qb-target/client.lua',
|
||||
'@ox_lib/init.lua',
|
||||
'client/main.lua'
|
||||
}
|
||||
|
||||
server_script 'server/main.lua'
|
||||
|
||||
files {
|
||||
'stream/props.ytyp',
|
||||
'stream/hookah_prop.*'
|
||||
}
|
||||
|
||||
data_file 'DLC_ITYP_REQUEST' 'stream/props.ytyp'
|
Loading…
Add table
Add a link
Reference in a new issue