mirror of
https://github.com/jimathy/jim-payments.git
synced 2026-08-16 22:06:02 +01:00
fix for fix. I need a rest
This commit is contained in:
@@ -81,7 +81,7 @@ end)
|
||||
|
||||
RegisterServerEvent("jim-payments:server:PayPopup", function(data)
|
||||
local src = source
|
||||
local billtype = data/billtype
|
||||
local billtype = data.billtype
|
||||
local billed = QBCore.Functions.GetPlayer(src)
|
||||
local biller = QBCore.Functions.GetPlayer(tonumber(data.biller))
|
||||
if billtype == "card" then billtype = "bank" end
|
||||
|
||||
Reference in New Issue
Block a user