This commit is contained in:
Nordi98 2025-08-05 00:18:35 +02:00
parent b6e1da51c2
commit 0e7adf65df
3 changed files with 361 additions and 0 deletions

View file

@ -0,0 +1,28 @@
fx_version 'cerulean'
game 'gta5'
author 'YourName'
description 'Vehicle Tracking System for QBCore'
version '1.0.0'
shared_scripts {
'@ox_lib/init.lua',
'@qb-core/shared/locale.lua'
}
client_scripts {
'client.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server.lua'
}
dependencies {
'qb-core',
'ox_lib',
'oxmysql'
}
lua54 'yes'