This commit is contained in:
Nordi98 2025-06-25 02:26:26 +02:00
parent 1f3154bce7
commit 873f9b15f7
10 changed files with 316 additions and 104 deletions

View file

@ -1,2 +1,28 @@
fx_version 'cerulean'
game 'gta5'
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'
}