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