![]() |
|
|||||||
| Death to Spies Stealth action. Professional spy working for the Soviet counterintelligence service executes dangerous operations in the heart of German territory. |
|
|
Thread Tools | Display Modes |
|
#27
|
||||
|
||||
|
Quote:
Level.AddActionHandler( Level.AH_FINISH_CHANGECLOTH, 'WRFB', "OnChangeFbiCloth" ); ... function Level.OnChangeFbiCloth() local player = Level.GetPlayer(); if ( player != nil ) then Actor.EnableMesh( player, "mesh_hat" , false ); Actor.EnableMesh( player, "mesh_glasses" , false ); end; end; This part of code removes hat and glasses from Semen in FBI uniform. I think, you can apply this solution to helmet/cap of the German uniform. |
| Thread Tools | |
| Display Modes | |
|
|