ed
This commit is contained in:
parent
b6e1da51c2
commit
0e7adf65df
3 changed files with 361 additions and 0 deletions
28
resources/[carscripts]/nordi_tracking/fxmanifest.lua
Normal file
28
resources/[carscripts]/nordi_tracking/fxmanifest.lua
Normal 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'
|
Loading…
Add table
Add a link
Reference in a new issue