nordi bbq

This commit is contained in:
Nordi98 2025-06-18 02:30:02 +02:00
parent 910266a2f4
commit e263643095
4 changed files with 291 additions and 0 deletions

View file

@ -0,0 +1,28 @@

fx_version 'cerulean'
game 'gta5'

description 'Kaffee mit qb_target'
author 'Nordi'
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'
}