forked from Simnation/Main
30 lines
No EOL
414 B
Lua
30 lines
No EOL
414 B
Lua
fx_version 'cerulean'
|
|
game 'gta5'
|
|
|
|
author 'YourName'
|
|
description 'Vehicle Rental System'
|
|
version '1.0.0'
|
|
|
|
shared_scripts {
|
|
'@ox_lib/init.lua',
|
|
'config.lua'
|
|
}
|
|
|
|
client_scripts {
|
|
'client.lua'
|
|
}
|
|
|
|
server_scripts {
|
|
'@oxmysql/lib/MySQL.lua',
|
|
'server.lua'
|
|
}
|
|
|
|
dependencies {
|
|
'qb-core',
|
|
'qb-target',
|
|
'ox_lib',
|
|
'oxmysql'
|
|
}
|
|
|
|
lua54 'yes'
|
|
shared_script "@AdvancedParking/fixDeleteVehicle.lua" |