Jump to content

hud


yoya99

Recommended Posts

hey guys i am making my own hud gta 5 style and i wanted to ask you how to make this Ammo disappear...i dotn find anything without text infront of it....

I want without the text Ammo: and thefirst ammo should be white and the second grey

   dxDrawText("AMMO: "..ammo, (screenW - 310) / 1.00 + 70 - 5.10,  (screenH - 800) / 1.05 - 190 + 7.29, ((screenW - 423) / 1.05 + 50 - 5.10) + 423, (  (screenH - 42) / 1.05 - 190 + 7.29) + 42, tocolor(128, 128, 128, 255), 1.00, "pricedown", "left", "top", true, true, true, true, false) 
        dxDrawText("AMMO: "..ammo, (screenW - 310) / 1.00 + 70 - 5.10,  (screenH - 800) / 1.05 - 190 + 7.29, ((screenW - 423) / 1.05 + 50 - 5.10) + 423, (  (screenH - 42) / 1.05 - 190 + 7.29) + 42, tocolor(128, 128, 128, 255), 1.00, "pricedown", "left", "top", true, true, true, true, false) 

Edited by Guest
Link to comment

dxDrawText(""..#FFFFFFammo#FF0000, (screenW - 310) / 1.00 + 70 - 5.10, (screenH - 800) / 1.05 - 190 + 7.29, ((screenW - 423) / 1.05 + 50 - 5.10) + 423, ( (screenH - 42) / 1.05 - 190 + 7.29) + 42, tocolor(128, 128, 128, 255), 1.00, "pricedown", "left", "top", true, true, true, true, false)

dxDrawText(""..#FFFFFFammo#FF0000, (screenW - 310) / 1.00 + 70 - 5.10, (screenH - 800) / 1.05 - 190 + 7.29, ((screenW - 423) / 1.05 + 50 - 5.10) + 423, ( (screenH - 42) / 1.05 - 190 + 7.29) + 42, tocolor(128, 128, 128, 255), 1.00, "pricedown", "left", "top", true, true, true, true, false)

i tryto make 2 colors for the ammo part

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...