Auto-sync 2026-04-15 20:30

This commit is contained in:
root 2026-04-15 20:30:01 +02:00
parent e313e9c53c
commit ce9dc60e94

View File

@ -226,10 +226,6 @@ function GetPlayerMoney(source, value)
if value == 'cash' then
return Player.getMoney()
end
-- FÜGE DIESE ZEILEN HINZU:
if value == 'black_money' then
return Player.getAccount('black_money').money
end
elseif Config.Framework == 'qb' or Config.Framework == 'oldqb' then
if value == 'bank' then
return Player.PlayerData.money['bank']