ed
This commit is contained in:
parent
02dd8bf93c
commit
cd36cf6694
6 changed files with 451 additions and 8 deletions
24
resources/[tools]/nordi_billing/fxmanifest.lua
Normal file
24
resources/[tools]/nordi_billing/fxmanifest.lua
Normal 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'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue