Advertisement
Guest User

Untitled

a guest
Jan 7th, 2015
683
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.26 KB | None | 0 0
  1. new Text:TDEditor_TD[6],PlayerText:TDEditor_PTD[MAX_PLAYERS][4];
  2.  
  3. TDEditor_TD[0] = TextDrawCreate(597.500000, 376.366729, "sviesosBox");
  4. TextDrawLetterSize(TDEditor_TD[0], 0.000000, 5.349989);
  5. TextDrawTextSize(TDEditor_TD[0], 0.000000, 53.500000);
  6. TextDrawAlignment(TDEditor_TD[0], 2);
  7. TextDrawColor(TDEditor_TD[0], -1);
  8. TextDrawUseBox(TDEditor_TD[0], 1);
  9. TextDrawBoxColor(TDEditor_TD[0], 136);
  10. TextDrawSetShadow(TDEditor_TD[0], 0);
  11. TextDrawSetOutline(TDEditor_TD[0], 0);
  12. TextDrawBackgroundColor(TDEditor_TD[0], 255);
  13. TextDrawFont(TDEditor_TD[0], 1);
  14. TextDrawSetProportional(TDEditor_TD[0], 1);
  15. TextDrawSetShadow(TDEditor_TD[0], 0);
  16.  
  17. TDEditor_TD[1] = TextDrawCreate(571.000000, 358.000091, "boxVariklis");
  18. TextDrawLetterSize(TDEditor_TD[1], 0.000000, 1.349997);
  19. TextDrawTextSize(TDEditor_TD[1], 624.013916, 0.000000);
  20. TextDrawAlignment(TDEditor_TD[1], 1);
  21. TextDrawColor(TDEditor_TD[1], -1);
  22. TextDrawUseBox(TDEditor_TD[1], 1);
  23. TextDrawBoxColor(TDEditor_TD[1], 136);
  24. TextDrawSetShadow(TDEditor_TD[1], 0);
  25. TextDrawSetOutline(TDEditor_TD[1], 0);
  26. TextDrawBackgroundColor(TDEditor_TD[1], 255);
  27. TextDrawFont(TDEditor_TD[1], 1);
  28. TextDrawSetProportional(TDEditor_TD[1], 1);
  29. TextDrawSetShadow(TDEditor_TD[1], 0);
  30.  
  31. TDEditor_TD[2] = TextDrawCreate(571.099853, 356.755615, "variklis");
  32. TextDrawLetterSize(TDEditor_TD[2], 0.285499, 1.419553);
  33. TextDrawAlignment(TDEditor_TD[2], 1);
  34. TextDrawColor(TDEditor_TD[2], -1);
  35. TextDrawSetShadow(TDEditor_TD[2], 0);
  36. TextDrawSetOutline(TDEditor_TD[2], 0);
  37. TextDrawBackgroundColor(TDEditor_TD[2], 255);
  38. TextDrawFont(TDEditor_TD[2], 2);
  39. TextDrawSetProportional(TDEditor_TD[2], 1);
  40. TextDrawSetShadow(TDEditor_TD[2], 0);
  41.  
  42. TDEditor_TD[3] = TextDrawCreate(451.500000, 376.044586, "mainBox");
  43. TextDrawLetterSize(TDEditor_TD[3], 0.000000, 5.399991);
  44. TextDrawTextSize(TDEditor_TD[3], 566.000000, 0.000000);
  45. TextDrawAlignment(TDEditor_TD[3], 1);
  46. TextDrawColor(TDEditor_TD[3], -1);
  47. TextDrawUseBox(TDEditor_TD[3], 1);
  48. TextDrawBoxColor(TDEditor_TD[3], 136);
  49. TextDrawSetShadow(TDEditor_TD[3], 0);
  50. TextDrawSetOutline(TDEditor_TD[3], 0);
  51. TextDrawBackgroundColor(TDEditor_TD[3], 255);
  52. TextDrawFont(TDEditor_TD[3], 1);
  53. TextDrawSetProportional(TDEditor_TD[3], 1);
  54. TextDrawSetShadow(TDEditor_TD[3], 0);
  55.  
  56. TDEditor_TD[4] = TextDrawCreate(456.800140, 405.911132, "km/h");
  57. TextDrawLetterSize(TDEditor_TD[4], 0.251500, 1.232887);
  58. TextDrawAlignment(TDEditor_TD[4], 1);
  59. TextDrawColor(TDEditor_TD[4], -16776961);
  60. TextDrawSetShadow(TDEditor_TD[4], 0);
  61. TextDrawSetOutline(TDEditor_TD[4], 0);
  62. TextDrawBackgroundColor(TDEditor_TD[4], 255);
  63. TextDrawFont(TDEditor_TD[4], 2);
  64. TextDrawSetProportional(TDEditor_TD[4], 1);
  65. TextDrawSetShadow(TDEditor_TD[4], 0);
  66.  
  67. TDEditor_TD[5] = TextDrawCreate(451.500000, 358.000122, "boxTrPriemone");
  68. TextDrawLetterSize(TDEditor_TD[5], 0.000000, 1.349997);
  69. TextDrawTextSize(TDEditor_TD[5], 566.000000, 0.000000);
  70. TextDrawAlignment(TDEditor_TD[5], 1);
  71. TextDrawColor(TDEditor_TD[5], -1);
  72. TextDrawUseBox(TDEditor_TD[5], 1);
  73. TextDrawBoxColor(TDEditor_TD[5], 136);
  74. TextDrawSetShadow(TDEditor_TD[5], 0);
  75. TextDrawSetOutline(TDEditor_TD[5], 0);
  76. TextDrawBackgroundColor(TDEditor_TD[5], 255);
  77. TextDrawFont(TDEditor_TD[5], 1);
  78. TextDrawSetProportional(TDEditor_TD[5], 1);
  79. TextDrawSetShadow(TDEditor_TD[5], 0);
  80.  
  81. TDEditor_PTD[playerid][0] = CreatePlayerTextDraw(playerid, 572.000000, 375.422302, "SVIESOS~n~KAPOTAS~n~BAGAZINE~n~DURELES");
  82. PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][0], 0.251998, 1.338665);
  83. PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][0], 1);
  84. PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][0], -1);
  85. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][0], 0);
  86. PlayerTextDrawSetOutline(playerid, TDEditor_PTD[playerid][0], 0);
  87. PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][0], 255);
  88. PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][0], 2);
  89. PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][0], 1);
  90. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][0], 0);
  91.  
  92. TDEditor_PTD[playerid][1] = CreatePlayerTextDraw(playerid, 490.500000, 376.044555, "~y~degalai: ~w~60l~n~~y~bukle: ~w~100%~n~~y~rida: ~w~21434km~n~~y~radija: ~r~isjungta");
  93. PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][1], 0.202998, 1.295109);
  94. PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][1], 1);
  95. PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][1], -1);
  96. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][1], 0);
  97. PlayerTextDrawSetOutline(playerid, TDEditor_PTD[playerid][1], 0);
  98. PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][1], 255);
  99. PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][1], 2);
  100. PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][1], 1);
  101. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][1], 0);
  102.  
  103. TDEditor_PTD[playerid][2] = CreatePlayerTextDraw(playerid, 454.300018, 385.533569, "134");
  104. PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][2], 0.440999, 2.695110);
  105. PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][2], 1);
  106. PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][2], -1);
  107. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][2], 0);
  108. PlayerTextDrawSetOutline(playerid, TDEditor_PTD[playerid][2], 0);
  109. PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][2], 255);
  110. PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][2], 2);
  111. PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][2], 1);
  112. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][2], 0);
  113.  
  114. TDEditor_PTD[playerid][3] = CreatePlayerTextDraw(playerid, 451.500000, 357.377838, "tr. priemone: ~w~roadtrain");
  115. PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][3], 0.216000, 1.351111);
  116. PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][3], 1);
  117. PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][3], -5963521);
  118. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][3], 0);
  119. PlayerTextDrawSetOutline(playerid, TDEditor_PTD[playerid][3], 0);
  120. PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][3], 255);
  121. PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][3], 2);
  122. PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][3], 1);
  123. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][3], 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement