Jump to content
Sign in to follow this  
dmitri

Player name marker

Recommended Posts

Is there a way to pass the names of players during a MP game to markers, via say setMarkerTextLocal?

Thanks

Share this post


Link to post
Share on other sites

as you assigned your units variable names like e1,e2,e3 .... w1,w2,w3 ... you can easily catch a units name by calling:

name w1 ... and set a markers text to this name with:

_yourmarker="Marker1";

_unit=w1;

_yourmarker setmarkertextlocal (name _unit);

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  

×