This commit is contained in:
Nordi98 2025-08-05 11:11:48 +02:00
parent 02dd8bf93c
commit cd36cf6694
6 changed files with 451 additions and 8 deletions

View file

@ -0,0 +1,24 @@
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'
}