1
0
Fork 0
forked from Simnation/Main
Main/resources/[inventory]/nordi_hookah/fxmanifest.lua
2025-06-25 01:55:50 +02:00

23 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'