So, currently the money for my darkrp hud just says nil
[CODE]draw.SimpleText("Wallet : $", "Wallet", 278, ScrH() -47, Color(255, 255, 255),TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
draw.SimpleText(PlayerMoney, "Wallet", 310, ScrH() -55, Color(255, 255, 255), 0, 0)[/CODE]
What is [B]PlayerMoney[/B]?
[U][B][I]Playermoney a variable[/I][/B][/U]
[CODE]local PlayerMoney = formatNumber(LocalPlayer():getDarkRPVar("money") or 0)[/CODE]
[U][I][B]Read this! it will be useful to you[/B][/I][/U] : [URL="https://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/index4ac3.html"]https://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/index4ac3.html[/URL]
[QUOTE=Heroezzz;51653936][U][B][I]Playermoney a variable[/I][/B][/U]
[CODE]local PlayerMoney = formatNumber(LocalPlayer():getDarkRPVar("money") or 0)[/CODE]
[U][I][B]Read this! it will be useful to you[/B][/I][/U] : [URL="https://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/index4ac3.html"]https://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/index4ac3.html[/URL][/QUOTE]
[B][I][U]Stop underlining, bolding and italicing everything. It hurts peoples faces and their feelings.[/U][/I][/B]
Sorry, you need to Log In to post a reply to this thread.