ACE3/addons/map/functions/fnc_sendMapMarkers.sqf

16 lines
267 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"
[GVAR(drawing_lineMarkers), QFUNC(copyMapMarkers), _this] call EFUNC(common,execRemoteFnc);