Files
MissionTemplate/functions/map/fn_copyMapFromPlayer.sqf
2023-06-19 00:57:30 -05:00

6 lines
199 B
Plaintext

params ["_sourcePlayer","_destinationPlayer"];
hint format["Copying map markers from %1", name _sourcePlayer];
[_destinationPlayer] remoteExecCall ["milsim_fnc_getPlayerMapMarkers",_sourcePlayer];