1
0
Fork 0
forked from Simnation/Main
Main/resources/[carscripts]/nordi_carmenu/fxmanifest.lua
2025-08-11 15:42:01 +02:00

28 lines
405 B
Lua

fx_version 'cerulean'
game 'gta5'
author 'Nordi'
description 'Fahrzeug Steuerungsmenü für QBCore mit Sitzen, Türen, Fenstern und Extras'
version '2.0.0'
shared_scripts {
'@ox_lib/init.lua'
}
client_scripts {
'client/main.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/main.lua'
}
dependencies {
'qb-core',
'qb-target',
'ox_lib',
'oxmysql'
}
lua54 'yes'