Initial baseline - KP Liberation v0.96.7a Ruha variant
This commit is contained in:
9
scripts/client/misc/init_markers.sqf
Normal file
9
scripts/client/misc/init_markers.sqf
Normal file
@@ -0,0 +1,9 @@
|
||||
_marker = createMarkerLocal ["zone_capture", markers_reset];
|
||||
_marker setMarkerColorLocal "ColorUNKNOWN";
|
||||
_marker setMarkerShapeLocal "Ellipse";
|
||||
_marker setMarkerBrushLocal "SolidBorder";
|
||||
_marker setMarkerSizeLocal [ GRLIB_capture_size, GRLIB_capture_size ];
|
||||
|
||||
_marker = createMarkerLocal ["spawn_marker", markers_reset];
|
||||
_marker setMarkerColorLocal "ColorGreen";
|
||||
_marker setMarkerTypeLocal "Select";
|
||||
Reference in New Issue
Block a user