Jump to content

switch off marker icons


Recommended Posts

If I understand you correctly you want some destroyed vehicles.

If so create them in editor WITHOUT crews & use something like this:-

DestroyObject ( GROUP , "Group_Destroyed" , HULL )

Delay ( 3 )

DestroyObject ( GROUP , "Group_Destroyed" , TURRET )

Delay ( 3 )

DestroyObject ( GROUP , "Group_Destroyed" , ENGINE )

Delay ( 3 )

DestroyObject ( GROUP , "Group_Destroyed" , TRACKS )

You need to completely destroy them to prevent icons showing.

Link to comment
Share on other sites

×
×
  • Create New...