#RooTs Posted May 4, 2014 Share Posted May 4, 2014 (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 May 13, 2014 by Guest 1 Link to comment
-.Paradox.- Posted May 4, 2014 Share Posted May 4, 2014 For stats use getPedStat And to display clip and ammo use getPedTotalAmmo --Ammo getPedAmmoInClip --Clip Link to comment
#RooTs Posted May 4, 2014 Author Share Posted May 4, 2014 is the number of getPedAmmoInClip --Clip and not stats, and skill right? is it? Link to comment
-.Paradox.- Posted May 4, 2014 Share Posted May 4, 2014 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... Link to comment
#RooTs Posted May 5, 2014 Author Share Posted May 5, 2014 Thanks for the help Assinatura removida, sorry me 1 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