Advertisement
Guest User

PolecamyTD

a guest
May 20th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. //Polecamy
  2. //Polecamy
  3. new Text:PolecamyTD;
  4. new Text:PolecamySprite;
  5. new PolecamyInfoX;
  6. new PolecamyX[80][222] =
  7. {
  8. "Polecamy: ~r~~h~/Atrakcje",
  9. "Polecamy: ~b~~h~/CMD",
  10. "Polecamy: ~g~~h~/HUD",
  11. "Polecamy: ~p~~h~/Teles",
  12. "Polecamy: ~y~/NRG",
  13. "Polecamy: ~w~/VIP",
  14. "Polecamy: ~b~~h~/Cars",
  15. "Polecamy: ~r~~h~/Bronie",
  16. "Polecamy: ~b~~h~/Dotacja",
  17. "Polecamy: ~g~~h~/Zestaw",
  18. "Polecamy: ~p~~h~/Tor",
  19. "Polecamy: ~y~/TokioDrift",
  20. "Polecamy: ~w~/Grecja",
  21. "Polecamy: ~b~~h~/Pomoc",
  22. "Polecamy: ~r~~h~/Skocznia",
  23. "Polecamy: ~b~~h~/Castle",
  24. "Polecamy: ~g~~h~/City",
  25. "Polecamy: ~p~~h~/Stadion",
  26. "Polecamy: ~r~~h~/House",
  27. "Polecamy: ~b~~h~/Drift1-5",
  28. "Polecamy: ~g~~h~/Kosmos",
  29. "Polecamy: ~p~~h~/Tereno1-2",
  30. "Polecamy: ~y~/JetArena",
  31. "Polecamy: ~w~/Minigun",
  32. "Polecamy: ~b~~h~/RPG",
  33. "Polecamy: ~r~~h~/Arena",
  34. "Polecamy: ~b~~h~/Ziolo",
  35. "Polecamy: ~g~~h~/Rury",
  36. "Polecamy: ~p~~h~/Stunt",
  37. "Polecamy: ~y~/Wieza",
  38. "Polecamy: ~w~/Warsztat",
  39. "Polecamy: ~b~~h~/Party",
  40. "Polecamy: ~r~~h~/Kanaly",
  41. "Polecamy: ~b~~h~/Kupno",
  42. "Polecamy: ~g~~h~/WaterLand",
  43. "Polecamy: ~p~~h~/Basen",
  44. "Polecamy: ~r~~h~/MiniPort",
  45. "Polecamy: ~b~~h~/AmfiTeatr",
  46. "Polecamy: ~g~~h~/PeronLS",
  47. "Polecamy: ~p~~h~/Lost",
  48. "Polecamy: ~y~/TDPanel",
  49. "Polecamy: ~w~/Autor",
  50. "Polecamy: ~b~~h~/Gang",
  51. "Polecamy: ~r~~h~/Informacje",
  52. "Polecamy: ~b~~h~/CH - Chowany",
  53. "Polecamy: ~g~~h~/WG - Wojna Gangow",
  54. "Polecamy: ~p~~h~/WS - Wyscig",
  55. "Polecamy: ~y~/CF - Walka o flage",
  56. "Polecamy: ~w~/LB - Labirynt",
  57. "Polecamy: ~b~~h~/SN - Siano",
  58. "Polecamy: ~r~~h~/SS - Skoki",
  59. "Polecamy: ~b~~h~/ST - Strzelnica",
  60. "Polecamy: ~g~~h~/Pojazd",
  61. "Polecamy: ~p~~h~/Neony",
  62. "Polecamy: ~r~~h~/Osiedle1-5",
  63. "Polecamy: ~b~~h~/Bogowie",
  64. "Polecamy: ~g~~h~/Nascar",
  65. "Polecamy: ~p~~h~/DD",
  66. "Polecamy: ~y~/ArenaDD",
  67. "Polecamy: ~w~/Wiezowiec",
  68. "Polecamy: ~b~~h~/nBronie",
  69. "Polecamy: ~r~~h~/BuyWeapon",
  70. "Polecamy: ~b~~h~/Anims",
  71. "Polecamy: ~g~~h~/AnimStop",
  72. "Polecamy: ~p~~h~/SF, LS, /LV",
  73. "Polecamy: ~y~/Brothel1-2",
  74. "Polecamy: ~w~/Drag",
  75. "Polecamy: ~b~~h~/Puszcza",
  76. "Polecamy: ~r~~h~/Lotto",
  77. "Polecamy: ~b~~h~/CB",
  78. "Polecamy: ~g~~h~/Lock, /Unlock",
  79. "Polecamy: ~p~~h~/Hosting",
  80. "Polecamy: ~y~/Posiadlosci",
  81. "Polecamy: ~w~/DomPomoc",
  82. "Polecamy: ~b~~h~/WWW",
  83. "Polecamy: ~r~~h~/Lowisko",
  84. "Polecamy: ~b~~h~/CCB",
  85. "Polecamy: ~g~~h~/Cars",
  86. "Polecamy: ~p~~h~/Rats",
  87. "Polecamy: ~w~/Forteca"
  88. };
  89. //TextDraw
  90. PolecamyTD = TextDrawCreate(470.250000, 391.500091, "Polecamy~n~/hud");
  91. TextDrawLetterSize(PolecamyTD, 0.236873, 1.080832);
  92. TextDrawAlignment(PolecamyTD, 2);
  93. TextDrawColor(PolecamyTD, -1);
  94. TextDrawSetShadow(PolecamyTD, 0);
  95. TextDrawSetOutline(PolecamyTD, 1);
  96. TextDrawBackgroundColor(PolecamyTD, 51);
  97. TextDrawFont(PolecamyTD, 1);
  98. TextDrawSetProportional(PolecamyTD, 1);
  99.  
  100. PolecamySprite = TextDrawCreate(145.000000,410.000000,"Polecamy: ~r~/F1");
  101. TextDrawAlignment(PolecamySprite,0);
  102. TextDrawBackgroundColor(PolecamySprite,0x00000066);
  103. TextDrawFont(PolecamySprite,1);
  104. TextDrawLetterSize(PolecamySprite,0.299999,1.000000);
  105. TextDrawColor(PolecamySprite,0xFF9100FF);
  106. TextDrawSetOutline(PolecamySprite,1);
  107. TextDrawSetProportional(PolecamySprite,1);
  108. TextDrawSetShadow(PolecamySprite,1);
  109. //timer
  110. if(PolecamyInfoX >= sizeof(PolecamyX)) PolecamyInfoX = 0;
  111. TextDrawSetString(PolecamyTD,PolecamyX[PolecamyInfoX]);
  112. PlayerTextDrawShow(PolecamyInfoX, PolecamySprite);
  113. PolecamyInfoX++;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement