mirror of
https://github.com/oosayeroo/qb-unicornjob.git
synced 2026-03-31 06:24:08 -04:00
22 lines
293 B
Lua
22 lines
293 B
Lua
fx_version 'cerulean'
|
|
game 'gta5'
|
|
|
|
author 'oosayeroo'
|
|
description 'qb-unicornjob by oosayeroo'
|
|
version '2.1.3'
|
|
|
|
shared_scripts {
|
|
'config.lua'
|
|
}
|
|
|
|
client_scripts {
|
|
'client/main.lua',
|
|
'client/garage.lua',
|
|
'client/menus.lua'
|
|
}
|
|
|
|
server_scripts {
|
|
'@oxmysql/lib/MySQL.lua',
|
|
'server/*.lua'
|
|
}
|