forked from Simnation/Main
ed
This commit is contained in:
parent
6fbb9c5ea6
commit
d00b0eb3b8
2 changed files with 10 additions and 4 deletions
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue