forked from Simnation/Main
24 lines
382 B
Lua
24 lines
382 B
Lua
![]() |
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'
|