Jump to content
Sign in to follow this  
damonlake1979

shown on map

Recommended Posts

you need to create a local marker for each unit... best way by a little script, that creates these all on mission init..

after that you need another little script that runs in a loop interval... so each second you can move one of these markers to the position of a unit...

so all you need to start is an array of all west and an array with all east units e.g. [w1,w2,w3,w4] ... [e1,e2,e3,e4] ... and the marker array ["p1","p2","p3","p4"]...

now you can move the markers locally to the units positions ...

select side before with if(playerside==west/east) to select the own team...

thats it ...

provide more information about your variables so i can help more..

regards,

zap

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  

×