Initial commit
This commit is contained in:
5
functions/map/fn_copyMapFromPlayer.sqf
Normal file
5
functions/map/fn_copyMapFromPlayer.sqf
Normal file
@@ -0,0 +1,5 @@
|
||||
params ["_sourcePlayer","_destinationPlayer"];
|
||||
|
||||
hint format["Copying map markers from %1", name _sourcePlayer];
|
||||
|
||||
[_destinationPlayer] remoteExecCall ["milsim_fnc_getPlayerMapMarkers",_sourcePlayer];
|
||||
Reference in New Issue
Block a user