1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/nordi_billing/fxmanifest.lua
2025-08-05 11:11:48 +02:00

24 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'
}