Jump to content

[HELP] Hud


opnaiC

Recommended Posts

showammo1 = getPedAmmoInClip (localPlayer,getPedWeaponSlot(localPlayer)) 
        showammo2 = getPedTotalAmmo(localPlayer)-getPedAmmoInClip(localPlayer) 
  
if not getPedWeapon (getLocalPlayer()) == 0, 1 then  
        dxDrawBorderedText("".. showammo2 ,x*1150, y*75, x*1205, y*40,tocolor(255, 255, 255,255),1.0,"pricedown","right","top",false,false,false) 
        dxDrawBorderedText("".. showammo1 ,x*1212, y*75, x*750, y*40,tocolor(190, 190, 190,255),1.0,"pricedown","left","top",false,false,false) 
        end 

Its not working but idk why. Any idea ?

It only a part of a function its not the hole ..

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...