Auto-sync 2026-04-15 20:25

This commit is contained in:
root 2026-04-15 20:25:01 +02:00
parent 344a007c69
commit e313e9c53c

View File

@ -226,6 +226,10 @@ 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']