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