Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.99 KB | None | 0 0
  1. doAc130105mmHUD()
  2. {
  3. self thread Ac130105MM(30,0,"center","middle","center","middle",true,"progress_bar_bg",5,65,1);
  4. self thread Ac130105MM(-30,0,"center","middle","center","middle",true,"progress_bar_bg",5,65,1);
  5. self thread Ac130105MM(0,-25,"center","middle","center","middle",true,"progress_bar_bg",5,65,1);
  6. self thread Ac130105MM(0,25,"center","middle","center","middle",true,"progress_bar_bg",5,65,1);
  7. self thread Ac130105MM(0,-50,"center","middle","center","middle",true,"progress_bar_bg",5,60,1);
  8. self thread Ac130105MM(0,50,"center","middle","center","middle",true,"progress_bar_bg",5,60,1);
  9. self thread Ac130105MM(-64.5,0,"center","middle","center","middle",true,"progress_bar_bg",60,5,1);
  10. self thread Ac130105MM(64,0,"center","middle","center","middle",true,"progress_bar_bg",60,5,1);
  11. self thread Ac130105MM(-125,-87,"center","middle","center","middle",true,"progress_bar_bg",5,35,1);
  12. self thread Ac130105MM(-110,100,"center","middle","center","middle",true,"progress_bar_bg",35,5,1);
  13. self thread Ac130105MM(125,-87,"center","middle","center","middle",true,"progress_bar_bg",5,35,1);
  14. self thread Ac130105MM(110,-100,"center","middle","center","middle",true,"progress_bar_bg",35,5,1);
  15. self thread Ac130105MM(-125,87,"center","middle","center","middle",true,"progress_bar_bg",5,35,1);
  16. self thread Ac130105MM(-110,100,"center","middle","center","middle",true,"progress_bar_bg",35,5,1);
  17. self thread Ac130105MM(125,87,"center","middle","center","middle",true,"progress_bar_bg",5,35,1);
  18. self thread Ac130105MM(110,100,"center","middle","center","middle",true,"progress_bar_bg",35,5,1);
  19. }
  20. doAc13040mmHUD()
  21. {
  22. self thread Ac130105MM(0,-70,"center","middle","center","middle",true,"progress_bar_bg",2,125,1);
  23. self thread Ac130105MM(0,70,"center","middle","center","middle",true,"progress_bar_bg",2,125,1);
  24. self thread Ac130105MM(-85,0,"center","middle","center","middle",true,"progress_bar_bg",115,4,1);
  25. self thread Ac130105MM(85,0,"center","middle","center","middle",true,"progress_bar_bg",115,4,1);
  26. self thread Ac130105MM(0,-118,"center","middle","center","middle",true,"progress_bar_bg",30,3,1);
  27. self thread Ac130105MM(0,118,"center","middle","center","middle",true,"progress_bar_bg",30,3,1);
  28. self thread Ac130105MM(-142,0,"center","middle","center","middle",true,"progress_bar_bg",3,30,1);
  29. self thread Ac130105MM(142,-118,"center","middle","center","middle",true,"progress_bar_bg",3,30,1);
  30. self thread Ac130105MM(0,-69,"center","middle","center","middle",true,"progress_bar_bg",20,3,1);
  31. self thread Ac130105MM(0,69,"center","middle","center","middle",true,"progress_bar_bg",20,3,1);
  32. self thread Ac130105MM(-81,0,"center","middle","center","middle",true,"progress_bar_bg",3,30,1);
  33. self thread Ac130105MM(81,0,"center","middle","center","middle",true,"progress_bar_bg",3,20,1);
  34. }
  35. doAc13020mmHUD()
  36. {
  37. self thread Ac130105MM(0,20,"center","middle","center","middle",true,"progress_bar_bg",3,50,1);
  38. self thread Ac130105MM(-25,0,"center","middle","center","middle",true,"progress_bar_bg",20,3,1);
  39. self thread Ac130105MM(25,0,"center","middle","center","middle",true,"progress_bar_bg",42,3,1);
  40. self thread Ac130105MM(-75,-47,"center","middle","center","middle",true,"progress_bar_bg",5,35,1);
  41. self thread Ac130105MM(-60,-60,"center","middle","center","middle",true,"progress_bar_bg",35,5,1);
  42. self thread Ac130105MM(75,-47,"center","middle","center","middle",true,"progress_bar_bg",5,35,1);
  43. self thread Ac130105MM(60,-60,"center","middle","center","middle",true,"progress_bar_bg",35,5,1);
  44. self thread Ac130105MM(-75,47,"center","middle","center","middle",true,"progress_bar_bg",5,35,1);
  45. self thread Ac130105MM(-60,60,"center","middle","center","middle",true,"progress_bar_bg",35,5,1);
  46. self thread Ac130105MM(75,47,"center","middle","center","middle",true,"progress_bar_bg",5,35,1);
  47.  
  48. self thread Ac130105MM(60,60,"center","middle","center","middle",true,"progress_bar_bg",35,5,1);
  49. self thread Ac130105MM(10,12,"center","middle","center","middle",true,"progress_bar_bg",1,11,1);
  50. self thread Ac130105MM(15,8,"center","middle","center","middle",true,"progress_bar_bg",11,2,1);
  51. self thread Ac130105MM(15,17,"center","middle","center","middle",true,"progress_bar_bg",1,11,1);
  52. self thread Ac130105MM(20,13,"center","middle","center","middle",true,"progress_bar_bg",11,2,1);
  53. self thread Ac130105MM(20,22,"center","middle","center","middle",true,"progress_bar_bg",1,11,1);
  54. self thread Ac130105MM(25,18,"center","middle","center","middle",true,"progress_bar_bg",11,2,1);
  55. self thread Ac130105MM(25,27,"center","middle","center","middle",true,"progress_bar_bg",1,11,1);
  56. self thread Ac130105MM(30,23,"center","middle","center","middle",true,"progress_bar_bg",11,2,1);
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement