Thread: Got Codes?
View Single Post
  #8  
Old 10-21-2009, 06:32 AM
OSS OSS is offline
Approved Member
 
Join Date: Oct 2007
Posts: 113
Default

Quote:
Originally Posted by sniperspec View Post
Actor.EnableMesh( Level.GetPlayer(), "grm_helmet" , false );
does not work
yes, it's my mistake..
this tags was for germans, for player you could try this:

mesh_helmet
mesh_cap
mesh_shoulder
mesh_coat
sabg_equipment_down

so u must use:

Actor.EnableMesh( Level.GetPlayer(), "mesh_helmet" , false );
Reply With Quote