User Details
User Details
- User Since
- Dec 30 2014, 1:02 AM (517 w, 2 d)
May 10 2016
May 10 2016
Outlawz7 edited Steps To Reproduce on T80539: A-143 Buzzard (AA) Autopilot crash on landing.
Outlawz7 added a comment to T80017: onEachFrame draws one frame and stops looping.
onEachFrame works for me when not running CBA. With CBA it only lasts one frame. My current versions are CBA v1.09 and ArmA3 1.36 stable
It works with CBA when using BIS_fnc_addStackedEventHandler:
["uniqueID", "onEachFrame", { drawIcon3D ["", [1,1,1,0.5], getPos player, 1, 1, 0, format["%1\n%2", "Dreaded", "Entity"]]; }] call BIS_fnc_addStackedEventHandler;