fix for fix. I need a rest

This commit is contained in:
jimathy
2022-03-13 13:15:57 +00:00
committed by GitHub
parent 2e5bcc4d86
commit 74990226a9

View File

@@ -81,7 +81,7 @@ end)
RegisterServerEvent("jim-payments:server:PayPopup", function(data) RegisterServerEvent("jim-payments:server:PayPopup", function(data)
local src = source local src = source
local billtype = data/billtype local billtype = data.billtype
local billed = QBCore.Functions.GetPlayer(src) local billed = QBCore.Functions.GetPlayer(src)
local biller = QBCore.Functions.GetPlayer(tonumber(data.biller)) local biller = QBCore.Functions.GetPlayer(tonumber(data.biller))
if billtype == "card" then billtype = "bank" end if billtype == "card" then billtype = "bank" end