forked from Simnation/Main
Update functions.lua
This commit is contained in:
parent
84e2e2a568
commit
d27a57a576
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue