mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
14 lines
300 B
Plaintext
14 lines
300 B
Plaintext
// by commy2
|
|
#include "script_component.hpp"
|
|
|
|
disableSerialization;
|
|
_ctrl = ctrlParent (_this select 0) displayCtrl 40;
|
|
|
|
_ctrl ctrlSetPosition [
|
|
(_this select 1) + 0.01 * safezoneW,
|
|
(_this select 2) + 0.01 * safezoneH,
|
|
2.0 / 16 * safezoneW,
|
|
0.3 / 9 * safezoneH
|
|
];
|
|
_ctrl ctrlCommit 0;
|