Jump to content
Sign in to follow this  
foxyboy1964

Military Symbols Module

Recommended Posts

Hi

 

I want to have military symbols showing on the map at all times. I can do this by placing a Mil Sym Module in the editor and putting setGroupIconsvisible [true, true] in the init line, but when I team switch I lose the icons. Does anyone know of a way of calling them back?

Share this post


Link to post
Share on other sites

when I team switch I lose the icons. Does anyone know of a way of calling them back?

 

In the module's init field, put this:

setGroupIconsvisible [true, true]; onTeamSwitch {setGroupIconsvisible [true, true]};

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×