Files
CTI34-KPLIB-Ruha/scripts/client/markers/huron_marker.sqf

14 lines
339 B
Plaintext

private [ "_huronlocal" ];
"huronmarker" setMarkerTextLocal "Potato 01";
while { true } do {
_huronlocal = [] call KPLIB_fnc_potatoScan;
if ( !( isNull _huronlocal) ) then {
"huronmarker" setmarkerposlocal (getpos _huronlocal);
} else {
"huronmarker" setmarkerposlocal markers_reset;
};
sleep 4.9;
};