ed
This commit is contained in:
parent
3ddfa83848
commit
148c56275c
6 changed files with 385 additions and 0 deletions
22
resources/[carscripts]/nordi_seats/fxmanifest.lua
Normal file
22
resources/[carscripts]/nordi_seats/fxmanifest.lua
Normal 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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue