function przeladujBankomatsprzedawca(plr)
if getElementData(plr, "vehicle:ownedPlayer") then
local result=exports["ogrpg-db"]:dbGet("SELECT * FROM ogrpg_users WHERE id=?", getElementData(plr,"player:uid"))
if result and #result > 0 then
local v=result[1]
setElementData(plr,"player:bank_money",v.bank_money)
end
end
end