Advertisement
Guest User

Lurk.ro smecherie

a guest
May 12th, 2020
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 5.77 KB | None | 0 0
  1. //Global TextDraws:
  2.  
  3.  
  4. new Text:TDEditor_TD[12];
  5.  
  6. TDEditor_TD[0] = TextDrawCreate(636.286193, 431.066589, "NIGHT.~B~LURK~W~.RO");
  7. TextDrawLetterSize(TDEditor_TD[0], 0.386664, 1.386662);
  8. TextDrawAlignment(TDEditor_TD[0], 3);
  9. TextDrawColor(TDEditor_TD[0], -1);
  10. TextDrawSetShadow(TDEditor_TD[0], 0);
  11. TextDrawSetOutline(TDEditor_TD[0], 1);
  12. TextDrawBackgroundColor(TDEditor_TD[0], 255);
  13. TextDrawFont(TDEditor_TD[0], 3);
  14. TextDrawSetProportional(TDEditor_TD[0], 1);
  15. TextDrawSetShadow(TDEditor_TD[0], 0);
  16.  
  17. TDEditor_TD[1] = TextDrawCreate(581.428955, 419.973266, "Outlandish");
  18. TextDrawLetterSize(TDEditor_TD[1], 0.213331, 1.211732);
  19. TextDrawAlignment(TDEditor_TD[1], 1);
  20. TextDrawColor(TDEditor_TD[1], -1);
  21. TextDrawSetShadow(TDEditor_TD[1], 0);
  22. TextDrawSetOutline(TDEditor_TD[1], -1);
  23. TextDrawBackgroundColor(TDEditor_TD[1], 255);
  24. TextDrawFont(TDEditor_TD[1], 2);
  25. TextDrawSetProportional(TDEditor_TD[1], 1);
  26. TextDrawSetShadow(TDEditor_TD[1], 0);
  27.  
  28. TDEditor_TD[2] = TextDrawCreate(606.571594, 332.079986, "SPEED: ~B~69~W~ KM/H");
  29. TextDrawLetterSize(TDEditor_TD[2], 0.182857, 1.356799);
  30. TextDrawAlignment(TDEditor_TD[2], 3);
  31. TextDrawColor(TDEditor_TD[2], -1);
  32. TextDrawSetShadow(TDEditor_TD[2], 0);
  33. TextDrawSetOutline(TDEditor_TD[2], 1);
  34. TextDrawBackgroundColor(TDEditor_TD[2], 255);
  35. TextDrawFont(TDEditor_TD[2], 2);
  36. TextDrawSetProportional(TDEditor_TD[2], 1);
  37. TextDrawSetShadow(TDEditor_TD[2], 0);
  38.  
  39. TDEditor_TD[3] = TextDrawCreate(593.237976, 344.453308, "FUEL: ~B~100");
  40. TextDrawLetterSize(TDEditor_TD[3], 0.182857, 1.356799);
  41. TextDrawAlignment(TDEditor_TD[3], 3);
  42. TextDrawColor(TDEditor_TD[3], -1);
  43. TextDrawSetShadow(TDEditor_TD[3], 0);
  44. TextDrawSetOutline(TDEditor_TD[3], 1);
  45. TextDrawBackgroundColor(TDEditor_TD[3], 255);
  46. TextDrawFont(TDEditor_TD[3], 2);
  47. TextDrawSetProportional(TDEditor_TD[3], 1);
  48. TextDrawSetShadow(TDEditor_TD[3], 0);
  49.  
  50. TDEditor_TD[4] = TextDrawCreate(605.428527, 357.679962, "DOORS: ~B~LOCKED");
  51. TextDrawLetterSize(TDEditor_TD[4], 0.182857, 1.356799);
  52. TextDrawAlignment(TDEditor_TD[4], 3);
  53. TextDrawColor(TDEditor_TD[4], -1);
  54. TextDrawSetShadow(TDEditor_TD[4], 0);
  55. TextDrawSetOutline(TDEditor_TD[4], 1);
  56. TextDrawBackgroundColor(TDEditor_TD[4], 255);
  57. TextDrawFont(TDEditor_TD[4], 2);
  58. TextDrawSetProportional(TDEditor_TD[4], 1);
  59. TextDrawSetShadow(TDEditor_TD[4], 0);
  60.  
  61. TDEditor_TD[5] = TextDrawCreate(-120.666671, 214.746643, "box black");
  62. TextDrawLetterSize(TDEditor_TD[5], 0.767619, 7.466660);
  63. TextDrawTextSize(TDEditor_TD[5], 172.000000, 0.000000);
  64. TextDrawAlignment(TDEditor_TD[5], 1);
  65. TextDrawColor(TDEditor_TD[5], -1);
  66. TextDrawUseBox(TDEditor_TD[5], 1);
  67. TextDrawBoxColor(TDEditor_TD[5], 255);
  68. TextDrawSetShadow(TDEditor_TD[5], 0);
  69. TextDrawSetOutline(TDEditor_TD[5], 0);
  70. TextDrawBackgroundColor(TDEditor_TD[5], 255);
  71. TextDrawFont(TDEditor_TD[5], 1);
  72. TextDrawSetProportional(TDEditor_TD[5], 1);
  73. TextDrawSetShadow(TDEditor_TD[5], 0);
  74.  
  75. TDEditor_TD[6] = TextDrawCreate(35.904788, 194.266662, "Trucker");
  76. TextDrawLetterSize(TDEditor_TD[6], 0.785143, 2.850132);
  77. TextDrawAlignment(TDEditor_TD[6], 1);
  78. TextDrawColor(TDEditor_TD[6], -1);
  79. TextDrawSetShadow(TDEditor_TD[6], 0);
  80. TextDrawSetOutline(TDEditor_TD[6], 1);
  81. TextDrawBackgroundColor(TDEditor_TD[6], 255);
  82. TextDrawFont(TDEditor_TD[6], 0);
  83. TextDrawSetProportional(TDEditor_TD[6], 1);
  84. TextDrawSetShadow(TDEditor_TD[6], 0);
  85.  
  86. TDEditor_TD[7] = TextDrawCreate(2.000016, 222.426635, "JOB SKILL: ~Y~1/5~W~ NEXT SKILL: ~Y~99");
  87. TextDrawLetterSize(TDEditor_TD[7], 0.271236, 1.254400);
  88. TextDrawAlignment(TDEditor_TD[7], 1);
  89. TextDrawColor(TDEditor_TD[7], -1);
  90. TextDrawSetShadow(TDEditor_TD[7], 0);
  91. TextDrawSetOutline(TDEditor_TD[7], 1);
  92. TextDrawBackgroundColor(TDEditor_TD[7], 255);
  93. TextDrawFont(TDEditor_TD[7], 3);
  94. TextDrawSetProportional(TDEditor_TD[7], 1);
  95. TextDrawSetShadow(TDEditor_TD[7], 0);
  96.  
  97. TDEditor_TD[8] = TextDrawCreate(121.619117, 235.653320, "Livreaza ~y~Nisip~w~ la ~r~Whitewood Estates~w~!");
  98. TextDrawLetterSize(TDEditor_TD[8], 0.188571, 1.083732);
  99. TextDrawAlignment(TDEditor_TD[8], 3);
  100. TextDrawColor(TDEditor_TD[8], -1);
  101. TextDrawSetShadow(TDEditor_TD[8], 0);
  102. TextDrawSetOutline(TDEditor_TD[8], 1);
  103. TextDrawBackgroundColor(TDEditor_TD[8], 255);
  104. TextDrawFont(TDEditor_TD[8], 1);
  105. TextDrawSetProportional(TDEditor_TD[8], 1);
  106. TextDrawSetShadow(TDEditor_TD[8], 0);
  107.  
  108. TDEditor_TD[9] = TextDrawCreate(142.952438, 245.039978, "~R~Atentie! ~w~Iti poti atasa remorca apasand tasta ALT!");
  109. TextDrawLetterSize(TDEditor_TD[9], 0.162664, 1.147732);
  110. TextDrawAlignment(TDEditor_TD[9], 3);
  111. TextDrawColor(TDEditor_TD[9], -1);
  112. TextDrawSetShadow(TDEditor_TD[9], 0);
  113. TextDrawSetOutline(TDEditor_TD[9], 1);
  114. TextDrawBackgroundColor(TDEditor_TD[9], 255);
  115. TextDrawFont(TDEditor_TD[9], 1);
  116. TextDrawSetProportional(TDEditor_TD[9], 1);
  117. TextDrawSetShadow(TDEditor_TD[9], 0);
  118.  
  119. TDEditor_TD[10] = TextDrawCreate(57.238101, 266.373321, "WORKERS: ~Y~69");
  120. TextDrawLetterSize(TDEditor_TD[10], 0.204952, 1.664000);
  121. TextDrawAlignment(TDEditor_TD[10], 3);
  122. TextDrawColor(TDEditor_TD[10], -1);
  123. TextDrawSetShadow(TDEditor_TD[10], 0);
  124. TextDrawSetOutline(TDEditor_TD[10], 1);
  125. TextDrawBackgroundColor(TDEditor_TD[10], 255);
  126. TextDrawFont(TDEditor_TD[10], 2);
  127. TextDrawSetProportional(TDEditor_TD[10], 1);
  128. TextDrawSetShadow(TDEditor_TD[10], 0);
  129.  
  130. TDEditor_TD[11] = TextDrawCreate(161.999954, 266.373291, "TOTAL CASTIG: 1.293$");
  131. TextDrawLetterSize(TDEditor_TD[11], 0.201903, 1.651198);
  132. TextDrawAlignment(TDEditor_TD[11], 3);
  133. TextDrawColor(TDEditor_TD[11], -1);
  134. TextDrawSetShadow(TDEditor_TD[11], 0);
  135. TextDrawSetOutline(TDEditor_TD[11], 1);
  136. TextDrawBackgroundColor(TDEditor_TD[11], 255);
  137. TextDrawFont(TDEditor_TD[11], 2);
  138. TextDrawSetProportional(TDEditor_TD[11], 1);
  139. TextDrawSetShadow(TDEditor_TD[11], 0);
  140.  
  141.  
  142.  
  143.  
  144. //Total textdraws exported: 12 (12 global textdraws / 0 player textdraws) ~ 12/5/2020 ~ 15:28:16
  145. TDEditor V1.17 BY ADRI1
  146. Textdraw by ErrorAdv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement