1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
EVO 2025-06-30 11:52:32 +02:00
commit c0692918ac

View file

@ -47,6 +47,7 @@ getAccountMoney = function(account)
else else
value = exports[Config.banking]:GetAccountBalance(account) value = exports[Config.banking]:GetAccountBalance(account)
end end
Wait(200)
print(value) print(value)
return value return value
end end