mirror of
https://github.com/jimathy/jim-payments.git
synced 2026-08-17 06:16:02 +01:00
v2.8.7
- 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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user