Initial baseline - KP Liberation v0.96.7a Ruha variant

This commit is contained in:
2026-06-11 01:08:09 +02:00
commit 6f5e757e92
478 changed files with 64458 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
if ( isDedicated ) exitWith {};
params [ "_battlegroup_position" ];
"opfor_bg_marker" setMarkerPosLocal ( markerPos _battlegroup_position );
[ "lib_battlegroup", [ markerText ( [ 10000, markerPos _battlegroup_position ] call KPLIB_fnc_getNearestSector ) ] ] call BIS_fnc_showNotification;
sleep 600;
"opfor_bg_marker" setMarkerPosLocal markers_reset;