Initial commit
This commit is contained in:
10
functions/map/fn_loadMapMarkers.sqf
Normal file
10
functions/map/fn_loadMapMarkers.sqf
Normal file
@@ -0,0 +1,10 @@
|
||||
params ["_markerList"];
|
||||
|
||||
if ('ItemMap' in (assignedItems player)) then {
|
||||
{
|
||||
_x call milsim_fnc_stringToMapMarker;
|
||||
} foreach _markerList;
|
||||
hint format["Map copied!"];
|
||||
} else {
|
||||
hint format["You need a map to copy onto!"];
|
||||
};
|
||||
Reference in New Issue
Block a user