Advertisement
flyby7

Untitled

Feb 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. any=[
  2. [
  3. ["J.A.M...","<t align = 'center' ,<br\>,size color='10'#ff1000'= '10'>%1</t><br/>"],
  4. ["J's Admin Menu V0.9","<t align = 'center' <br\>,size color='#ff1050'= '2'>%1</t><br/>"],
  5. ["Version 0.9| Alpha |","<t align = 'center' <br\>,size ,color='#ff5134'= '1'>%1</t>"]
  6.  
  7. ]
  8. ] spawn BIS_fnc_typeText;
  9. 0 = [] spawn {
  10. playMusic ["Defcon", 1];
  11. sleep 8.5;
  12. playMusic "";
  13. };
  14. 0 = ["WetDistortion", 605, [2, 0, 1, 8.10, 5.70, 2.50, 1.85, 7.0054, 0.0041, 1.05, 0.0070, 1, 1, 1, 1]] spawn
  15. {
  16. params ["_name", "_priority", "_effect", "_handle"];
  17. while {
  18. _handle = ppEffectCreate [_name, _priority];
  19. _handle < 0
  20. } do {
  21. _priority = _priority + 1;
  22. };
  23. _handle ppEffectEnable true;
  24. _handle ppEffectAdjust _effect;
  25. _handle ppEffectCommit 5;
  26. waitUntil {ppEffectCommitted _handle};
  27. uiSleep 3;
  28. comment "Cleint";
  29. _handle ppEffectEnable false;
  30. ppEffectDestroy _handle;
  31. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement