snipman 0 Posted October 2, 2005 Hi, Does anyone know how to tracker a certain unit by placing a marker that follows them like every sec, such as Battlefield with player locations on the map... sort of a " Cheat Map". Share this post Link to post Share on other sites
pazuzu 21 Posted October 2, 2005 Animated Markers by General Barron http://www.ofpec.com/includes/download2.php?id=880 Share this post Link to post Share on other sites
snipman 0 Posted October 8, 2005 BTW does anyone know how to change the scripting so that when the unit respawns the marker will show them because when the UNits die the markers some how just stop working..... Share this post Link to post Share on other sites
thobson 38 Posted October 8, 2005 I have no experience of re-spawning - but you might want to try giving each unit a {killed} event handler that either deletes the unit, or sets its name = nil. Then give the new respawned replacement the same name. You would probably need to script this so that the new unit is created a bit after the old name is deleted. Share this post Link to post Share on other sites