mirror of
https://github.com/Bjanski/ExAd.git
synced 2024-08-30 16:52:14 +00:00
db2722b77e
A core bug fixed CHVD App added
7 lines
183 B
Plaintext
7 lines
183 B
Plaintext
params ["_display","_parent","_idc","_position","_ctrl"];
|
|
|
|
_ctrl = _display ctrlCreate ["RscControlsGroup", _idc, _parent];
|
|
_ctrl ctrlSetPosition _position;
|
|
_ctrl ctrlCommit 0;
|
|
|
|
_ctrl |