ACE3/addons/maptools/functions/fnc_copyMapRemoteSend.sqf

18 lines
299 B
Plaintext
Raw Normal View History

/*
* Author: CAA-Picard
*
* Send Map markers to other player
*
* Argument:
* 0: Target player (Unit)
*
* Return value:
* Return
*/
2015-01-15 21:50:48 +00:00
#include "script_component.hpp"
2015-01-16 23:13:26 +00:00
PARAMS_1(_requester);
["drawing_sendbackMarkers", _requester, [GVAR(drawing_lineMarkers)]] call EFUNC(common,targetEvent);