1LoL1 Posted September 14, 2015 Share Posted September 14, 2015 hello, i have this code but i see this: Name1: i have 5000$ i see 5000$ Name2: he have 1000$ i see 5000$ why this not work? { name = "Money", width = 100, data = function (player) return (getPlayerMoney(player) or 0) end }, Link to comment
TAPL Posted September 14, 2015 Share Posted September 14, 2015 getPlayerMoney client side does not require argument and it only return the money the local player has. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now