1
0
Fork 0
forked from Simnation/Main
Main/resources/[inventory]/nordi_hookah/fxmanifest.lua

29 lines
325 B
Lua
Raw Normal View History

2025-06-25 02:26:26 +02:00
fx_version 'cerulean'
game 'gta5'
2025-06-25 01:55:50 +02:00
2025-06-25 02:26:26 +02:00
description 'Shisha mit qb_target'
author 'Nordi (converted)'
version '1.0.0'
shared_scripts {
'@ox_lib/init.lua',
'config.lua'
}
client_scripts {
'client.lua'
}
server_scripts {
'server.lua'
}
lua54 'yes'
dependencies {
'qb-target',
'qb-core',
'ox_lib'
}
2025-06-25 02:07:16 +02:00