1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-28 05:51:21 +02:00
parent 6fbb9c5ea6
commit d00b0eb3b8
2 changed files with 10 additions and 4 deletions

View file

@ -1,9 +1,9 @@
fx_version 'cerulean' fx_version 'cerulean'
game 'gta5' game 'gta5'
author 'Dein Name' author 'Nordi'
description 'Fahrzeug Sitz-Auswahl Script für QBCore' description 'Fahrzeug Sitz-Auswahl Script für QBCore mit persistenten Ankern'
version '1.0.0' version '1.1.0'
shared_scripts { shared_scripts {
'@ox_lib/init.lua' '@ox_lib/init.lua'
@ -13,10 +13,16 @@ client_scripts {
'client/main.lua' 'client/main.lua'
} }
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/main.lua'
}
dependencies { dependencies {
'qb-core', 'qb-core',
'qb-target', 'qb-target',
'ox_lib' 'ox_lib',
'oxmysql'
} }
lua54 'yes' lua54 'yes'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB