- Added da.lua locales
- Updated Script for qb-banking changes
- Fixed Config.Usebzzz issue
- Updated config to include Jim and Taylors newer Jobs
  - Added example of CustomCashRegister to config
  - Added Banking examples
This commit is contained in:
Phantom
2023-12-20 00:45:28 +00:00
parent 5425082cb2
commit d55d809b64
7 changed files with 223 additions and 45 deletions

View File

@@ -98,7 +98,7 @@ RegisterNetEvent('jim-payments:client:Charge', function(data, outside)
if not dialog.citizen or not dialog.price then return end
TriggerServerEvent('jim-payments:server:Charge', dialog.citizen, dialog.price, dialog.billtype, data.img, outside, gang)
end
if config.Usebzzz then
if Config.Usebzzz then
ExecuteCommand("e c")
end
end)