Advertisement
Brenner650

fn_createctrlgrp.sqf

Apr 7th, 2019
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. params ["_display","_parent","_idc","_position","_ctrl"];
  2.  
  3. _ctrl = _display ctrlCreate ["RscControlsGroup", _idc, _parent];
  4. _ctrl ctrlSetPosition _position;
  5. _ctrl ctrlCommit 0;
  6.  
  7. _ctrl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement