Jump to content

HELP function of skill DX-HUD [SOLVED]


Recommended Posts

Posted (edited)

HELP function of skill DX-HUD

how to make a function of skill in arms showing (1-2)

weapon in two hands on HUD DX

local skills = getPlayerSkills(getLocalPlayer()) 
 dxDrawText(skills.."", x*1262, y*153, x*1341, y*167, tocolor(255, 255, 255, 255), 0.90, "default-bold", "center", "center", false, false, true, false, false) 
  

and

local skills = getPlayerStas(getLocalPlayer()) 
 dxDrawText(skills.."", x*1262, y*153, x*1341, y*167, tocolor(255, 255, 255, 255), 0.90, "default-bold", "center", "center", false, false, true, false, false) 
  

-

-

-

-

-

-

-

-

-

-

-

Result end

Edited by Guest
  • Thanks 1

 DUyJ810.gif

Posted

For stats use

getPedStat 

And to display clip and ammo use

getPedTotalAmmo --Ammo 
getPedAmmoInClip --Clip 

If you're looking for a cheap paid scripter, don't hesitate to contact me.

Great minds discuss ideas, Average minds discuss events and small minds discuss people.

Posted

getPedAmmoInClip to get how much ammo is in the clip, getPedTotalAmmo is to get the total ammo of a weapon.

And seriously?

Why did you copy my signature?

Real shame on you...

If you're looking for a cheap paid scripter, don't hesitate to contact me.

Great minds discuss ideas, Average minds discuss events and small minds discuss people.

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