Difference between revisions of "SET DRAW PLAYER COMPONENT"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 8: Line 8:
 
}}
 
}}
 
This function can remove the player's body part from view.
 
This function can remove the player's body part from view.
*0 = face
+
*Head = 0,
*1 = torso
+
*Upper Body = 1,
*2 = legs
+
*Lower Body = 2,
*3 = bags
+
*Bags = 3,
*4 = hands
+
*Hand = 4,
*5 = shoes
+
*Feet = 5,
*6 = jacket
+
*Jacket = 6,
*7 = hair
+
*Hair = 7,
*8 = ?
+
*Unknown Body Part = 8,
*9 = teeth
+
*Teeth = 9,
 +
*Face = 10

Latest revision as of 16:55, 6 December 2014

SET_DRAW_PLAYER_COMPONENT
Number of parameters: 2
Parameter #TypeDescription
1.integerbody part
2.integervisibility (0=invisible / 1=visible)
Return value:
TypeDescription
None

This function can remove the player's body part from view.

  • Head = 0,
  • Upper Body = 1,
  • Lower Body = 2,
  • Bags = 3,
  • Hand = 4,
  • Feet = 5,
  • Jacket = 6,
  • Hair = 7,
  • Unknown Body Part = 8,
  • Teeth = 9,
  • Face = 10