Advertisement
diehardx95

news banner

Jan 27th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. if (isNil "nb") then
  2. {
  3. nb = 0;
  4. };
  5.  
  6. if (nb == 0) then
  7. {
  8. nb = 1;
  9. hint "Begin Project... 123";
  10. _text = "["123", "123"] spawn BIS_fnc_infoText;";
  11. [_text] execVM "scr\exec.sqf";
  12. _news = "[parseText ""<t size='2.3' color='#00FF00'>123</t><br/><t color='#00FFFF'>test</t>"",parseText ""<t size='1.5' color='#FE2E2E'>|:3 </t><t size='1.5' color='#FACC2E'>|:3 </t><t size='1.5' color='#80FF00'>|:3 </t><t size='1.5' color='#00FF00'>|:3 </t><t size='1.5' color='#2EFE9A'>|:3 </t><t size='1.5' color='#00FFFF'>|:3 </t><t size='1.5' color='#0174DF'>|:3 </t><t size='1.5' color='#013ADF'>|:3 </t><t size='1.5' color='#3A01DF'>|:3 </t><t size='1.5' color='#A901DB'>|:3 </t><t size='1.5' color='#DF0174'>|:3 </t><t size='1.5' color='#00FFFF'>|:3 </t>""] spawn BIS_fnc_AAN;";
  13. sleep 3;
  14. [_news] execVM "scr\exec.sqf";
  15. sleep 3;
  16. _vid = "[""\ca\video_pmc\CP10b_reynolds.ogv"", 1.04] spawn BIS_fnc_customGPSvideo;";
  17. [_vid] execvm "scr\exec.sqf";
  18. }
  19.  
  20. else
  21. {
  22. nb = 0;
  23. hint "Ending Project... |:3";
  24. _news = "3000 cutRsc [""Default"", ""PLAIN"", 2];";
  25. [_news] execVM "scr\exec.sqf";
  26. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement