Files
CTI34-KPLIB-Ruha/src/scripts/client/markers/huron_marker.sqf
MrFastwind 5a7879bca8
Some checks failed
Build Mission PBO / pack (push) Failing after 20s
Build Mission PBO / deploy (push) Has been skipped
move mission into src
2026-06-14 01:53:24 +02:00

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;
};