forked from Simnation/Main
25 lines
329 B
Lua
25 lines
329 B
Lua
![]() |
fx_version 'cerulean'
|
||
|
game 'gta5'
|
||
|
|
||
|
description 'QBCore Billing System with ox_lib'
|
||
|
version '1.0.0'
|
||
|
|
||
|
shared_scripts {
|
||
|
'@ox_lib/init.lua',
|
||
|
}
|
||
|
|
||
|
client_scripts {
|
||
|
'billing_client.lua',
|
||
|
}
|
||
|
|
||
|
server_scripts {
|
||
|
'@oxmysql/lib/MySQL.lua',
|
||
|
'billing_server.lua',
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
'ox_lib',
|
||
|
'ps-banking',
|
||
|
'qb-core'
|
||
|
}
|