forked from Simnation/Main
25 lines
350 B
Lua
25 lines
350 B
Lua
fx_version 'cerulean'
|
|
game 'gta5'
|
|
|
|
author 'YourName'
|
|
description 'Vehicle Anti-Despawn System for QB-Core'
|
|
version '1.0.0'
|
|
|
|
shared_scripts {
|
|
'config.lua'
|
|
}
|
|
|
|
server_scripts {
|
|
'@oxmysql/lib/MySQL.lua',
|
|
'server/main.lua'
|
|
}
|
|
|
|
client_scripts {
|
|
'config.lua',
|
|
'client/main.lua'
|
|
}
|
|
|
|
dependencies {
|
|
'qb-core',
|
|
'jg-advancedgarages'
|
|
}
|