Jump to content

#RooTs

Members
  • Posts

    1,991
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by #RooTs

  1. is the number of getPedAmmoInClip --Clip and not stats, and skill right? is it?
  2. 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
×
×
  • Create New...