Initial baseline - KP Liberation v0.96.7a Ruha variant
This commit is contained in:
13
scripts/client/markers/huron_marker.sqf
Normal file
13
scripts/client/markers/huron_marker.sqf
Normal file
@@ -0,0 +1,13 @@
|
||||
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;
|
||||
};
|
||||
Reference in New Issue
Block a user