Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- moneyCount=getElementData(getLocalPlayer(),"FGNMoney")
- if moneyCount~=false then
- dxDrawText("$"..math.ceil(moneyCount-0.5),bgSX+bgX*0.05,bgSY+bgY*0.0+105,bgSX+bgX*0.75+5,screeny,tocolor(0,0,0,255),1.5,"pricedown","right","top",false,false,true,false,true) --shadow
- dxDrawText("$"..math.ceil(moneyCount-0.5),bgSX+bgX*0.05,bgSY+bgY*0.0+100,bgSX+bgX*0.75,screeny,tocolor(0,75,0,255),1.5,"pricedown","right","top",false,false,true,false,true)
- end
Add Comment
Please, Sign In to add comment