Advertisement
Guest User

Untitled

a guest
Sep 7th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.35 KB | None | 0 0
  1. sleep 2;
  2.  
  3. 1 cutRsc ["childClass1","PLAIN"];
  4. waitUntil {!isNull (uiNameSpace getVariable "childClass1")};
  5.  
  6. _groupBlu1 = "hello world";
  7. _display = uiNameSpace getVariable "childClass1";
  8. _setText = _display displayCtrl 99992;
  9. _setText ctrlSetStructuredText (parseText format ["Test: %1", _groupBlu1]);
  10. // _setText ctrlSetBackgroundColor [0,1,0,0.5];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement