Quote:
Originally Posted by sniperspec
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 );