This commit is contained in:
Nordi98 2025-07-28 03:50:07 +02:00
parent 3ddfa83848
commit 148c56275c
6 changed files with 385 additions and 0 deletions

View file

@ -0,0 +1,22 @@
fx_version 'cerulean'
game 'gta5'

author 'Dein Name'
description 'Fahrzeug Sitz-Auswahl Script für QBCore'
version '1.0.0'

shared_scripts {
'@ox_lib/init.lua'
}

client_scripts {
'client/main.lua'
}

dependencies {
'qb-core',
'qb-target',
'ox_lib'
}

lua54 'yes'