2025-08-05 00:18:35 +02:00
|
|
|
fx_version 'cerulean'
|
|
|
|
game 'gta5'
|
|
|
|
|
|
|
|
author 'YourName'
|
|
|
|
description 'Vehicle Tracking System for QBCore'
|
|
|
|
version '1.0.0'
|
|
|
|
|
|
|
|
shared_scripts {
|
2025-08-05 09:54:27 +02:00
|
|
|
'config.lua',
|
2025-08-05 00:18:35 +02:00
|
|
|
'@ox_lib/init.lua',
|
2025-08-05 09:54:27 +02:00
|
|
|
'@qb-core/shared/locale.lua'
|
2025-08-05 00:18:35 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
client_scripts {
|
|
|
|
'client.lua'
|
|
|
|
}
|
|
|
|
|
|
|
|
server_scripts {
|
|
|
|
'@oxmysql/lib/MySQL.lua',
|
|
|
|
'server.lua'
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
'qb-core',
|
|
|
|
'ox_lib',
|
|
|
|
'oxmysql'
|
|
|
|
}
|
|
|
|
|
|
|
|
lua54 'yes'
|