ImpulseFPS / simple-banking

simple-banking used with QBCore Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transaction History Error

WolfieValeo opened this issue · comments

Transaction History doesnt currently show.

SCRIPT ERROR: @simple-banking/lua/server/sv_transfer.lua:37: attempt to call a nil value (field 'getName')

Line 37

   TriggerEvent("qb-banking:server:AddToMoneyLog", src, "personal", -amount, "transfer", targetPly.PlayerData.charinfo.firstname, "Transfered $" .. format_int(amount) .. " to " .. targetPly.getName())