ive tryed to use ctrlMapAnimAdd in a RscMapControl in a HUD made with rsctitles and called with cutrsc and the command dont work, i even tryed with a mission eventhandler and it didnt work either.
Description
Description
Details
Details
- Severity
- None
- Resolution
- Open
- Reproducibility
- Unable To Reproduce
- Operating System
- Windows 10 x64
- Category
- Other
Steps To Reproduce
c++ class RscTitles { class rscBugReport { class minimap: RscMapControl class controls { { idc = 1803; x = 0.752656 * safezoneW + safezoneX; y = 0.687 * safezoneH + safezoneY; w = 0.216563 * safezoneW; h = 0.319 * safezoneH; ondraw = " (_this#0) ctrlMapAnimAdd [0, 0.5, [0,0] ]; ctrlMapAnimCommit (_this#0)"; scaleDefault = 0.5; }; }; };
Use the HUD ingame:
cutrsc [ "rscBugReport", "PLAIN"];