stefutz101 Posted August 5, 2015 Share Posted August 5, 2015 How i can make money and Lvl to looks like that watch ? dxDrawText("$", sX*0.85, sY*0.11, sX*0.2, sY*0.2, tocolor(50, 255, 50, 255), sY/768,1, "pricedown", "left", "top", false, false, false, false, false) dxDrawText(""..cash, sX*0.87, sY*0.11, sX*0.2, sY*0.2, tocolor(195, 195, 195, 255), sY/768,1, "pricedown", "left", "top", false, false, false, false, false) Link to comment
lolman Posted August 5, 2015 Share Posted August 5, 2015 dxDrawText(""..cash, sX*0.87, sY*0.11, sX*0.2, sY*0.2, tocolor(195, 195, 195, 255), sY/768,1, "pricedown", "left", "top", false, false, false, false, false) This must be this (if im right...): dxDrawText(..cash, sX*0.87, sY*0.11, sX*0.2, sY*0.2, tocolor(195, 195, 195, 255), sY/768,1, "pricedown", "left", "top", false, false, false, false, false) But have you defined cash? if not then ofc it will not work... Link to comment
GTX Posted August 5, 2015 Share Posted August 5, 2015 Wrong. addEventHandler("onClientRender", root, function() dxDrawText("#00ff00$#ffffff"..getPlayerMoney(localPlayer), sX*0.87, sY*0.11, sX*0.2, sY*0.2, tocolor(195, 195, 195, 255), 1, "pricedown", "left", "top", false, false, false, true, false) end ) 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