Jump to content

HELP function of skill DX-HUD [SOLVED]


Recommended Posts

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