Tag map markers with player names #1871

closes #1871
This commit is contained in:
ebayShopper
2017-02-11 17:15:49 -05:00
parent c24f70d8be
commit 952beed531
4 changed files with 18 additions and 2 deletions

View File

@@ -27,8 +27,6 @@ class RscDisplayMainMap
h = "0.832";
colorBackground[] = {0.30,0.30,0.30,0.85};
};
class DiaryList: RscIGUIListBox
{
idc = 1001;
@@ -42,4 +40,10 @@ class RscDisplayMainMap
h = "0";
};
};
};
class RscDisplayInsertMarker
{
idd = 54;
onUnload = "if (!isNil 'player_markMap') then {(_this select 0) call player_markMap;};";
};