micheal1230 Posted November 23, 2012 Share Posted November 23, 2012 Well i made a script and if i have 10000 dollars its says i have 100000. No errors function showMoney(thePlayer, commandName) if getData(thePlayer, "loggedin") == 1 then outputChatBox("You have ".. getPlayerMoney(thePlayer) .." dollars in your wallet." , thePlayer, 212, 156, 49) end end addCommandHandler("money", showMoney) Link to comment
Castillo Posted November 23, 2012 Share Posted November 23, 2012 Are you using a custom money system? Link to comment
micheal1230 Posted November 23, 2012 Author Share Posted November 23, 2012 Are you using a custom money system? Yeah nevermind now I fixed the problem 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