Advertisement
MGT

Untitled

MGT
Oct 20th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. _video = {
  2. _type = typeOf _x;
  3. if(_type isEqualTo "Land_Billboard_F")then
  4. {
  5. _type setObjectTexture [0,"Intro1.ogv"];
  6. disableSerialization;
  7. 1100 cutRsc ["RscMissionScreen","PLAIN"];
  8. _scr = BIS_RscMissionScreen displayCtrl 1100;
  9. _scr ctrlSetPosition [-10,-10,0,0];
  10. _scr ctrlSetText "Intro1.ogv";
  11. _scr ctrlAddEventHandler ["VideoStopped", {(uiNamespace getVariable "BIS_RscMissionScreen") closeDisplay 1;}];
  12. _scr ctrlCommit 0;
  13. };
  14. } forEach _x;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement