If you are looking for better and updated player markers use this > Soldier Tracker ( Map and GPS Icons / Markers ).
Sorry folk, this has been discontinued.
Summary / info
A script to mark players on map
All markers are created locally
Designed to be dynamic, small and fast
Shows driver/pilot, vehicle name and number of passengers
Click vehicle marker to unfold its passengers list
Lets BTC mark unconscious players
Shows Norrin's revive unconscious units
Shows who is in control of UAV unit
License, legal stuff
You are free to use GET/SET Loadout scripts as you wish. Though it would be nice of you to put my name into credits.
Usage
In (client's) init do: init.sqf
0 = [] execVM "player_markers.sqf";
no options, default behaviour is used:
will show players for your side in multiplayer
or you and all ais on your side in singleplayer
to change this you can add any of the following options
"players" will show players
"ais" will show ais
"allsides" will show all sides not only the units on player's side
this will show all players and all ais, you can add allsides if you want to show all sides
0 = ["players","ais"] execVM 'player_markers.sqf';
once you add any of these default behaviour is not used
download player_markers.sqf
download example mission
Changelog
player_markers.sqf