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'
|
||||
game 'gta5'
|
||||
|
||||
author 'Dein Name'
|
||||
description 'Fahrzeug Sitz-Auswahl Script für QBCore'
|
||||
version '1.0.0'
|
||||
author 'Nordi'
|
||||
description 'Fahrzeug Sitz-Auswahl Script für QBCore mit persistenten Ankern'
|
||||
version '1.1.0'
|
||||
|
||||
shared_scripts {
|
||||
'@ox_lib/init.lua'
|
||||
|
@ -13,10 +13,16 @@ client_scripts {
|
|||
'client/main.lua'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'@oxmysql/lib/MySQL.lua',
|
||||
'server/main.lua'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
'qb-core',
|
||||
'qb-target',
|
||||
'ox_lib'
|
||||
'ox_lib',
|
||||
'oxmysql'
|
||||
}
|
||||
|
||||
lua54 'yes'
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 52 KiB |
Loading…
Add table
Add a link
Reference in a new issue