1
0
Fork 0
forked from Simnation/Main
Main/resources/[carscripts]/nordi_tracking/fxmanifest.lua

30 lines
391 B
Lua
Raw Permalink Normal View History

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'