OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: SilentHunter_764 on 15 Aug 2004, 01:03:50
-
Hello all!
the other day im playing a MFCTI map, and i noticed that all the players on your team are 'marked' by a blue dot? how do yuo do that? Help would be appreciated.
Loosekannon
-
You name the units and have a loop script setpos a marker to their coords.
Like:
insert a player
insert a marker and name it as pmarker
#loop
"pmarker" setmarkerpos getpos player
~1
goto "loop"
:)