blckeagles-revisited-RC/Tools/setCenterAtNearestRoadCone.sqf

4 lines
128 B
Plaintext
Raw Normal View History

_cone = "RoadCone_L_F";
2018-08-01 22:44:56 +00:00
CENTER = getposASL (nearestObject[getPos player, _cone]);
systemChat format["Center set to %1",CENTER];