2025-08-06 10:11:58 +02:00
|
|
|
fx_version 'cerulean'
|
|
|
|
game 'gta5'
|
|
|
|
|
2025-08-06 11:48:14 +02:00
|
|
|
author 'VehicleAdmin'
|
|
|
|
description 'Job-based Vehicle Admin Script for QBCore with ox_lib'
|
|
|
|
version '2.0.0'
|
2025-08-06 10:11:58 +02:00
|
|
|
|
|
|
|
shared_scripts {
|
2025-08-06 12:45:38 +02:00
|
|
|
'@ox_lib/init.lua'
|
|
|
|
|
2025-08-06 10:11:58 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
client_scripts {
|
2025-08-06 13:29:54 +02:00
|
|
|
'client.lua',
|
|
|
|
'vehicleadmin_integration.lua'
|
2025-08-06 10:11:58 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
server_scripts {
|
|
|
|
'@oxmysql/lib/MySQL.lua',
|
|
|
|
'server.lua'
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
'qb-core',
|
|
|
|
'ox_lib',
|
|
|
|
'oxmysql'
|
|
|
|
}
|
2025-08-06 11:48:14 +02:00
|
|
|
|
|
|
|
lua54 'yes'
|