Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. new Text:SpeedoJB[7];
  2.  
  3. /*
  4. SpeedoJB[0] = Viteza
  5. SpeedoJB[1] = Benzina
  6. SpeedoJB[2] = Odmeter
  7. SpeedoJB[3] = Inchis/Deschis
  8. SpeedoJB[4] = D [Driving]
  9. SpeedoJB[5] = N [Neutru]
  10. SpeedoJB[6] = R [Retur]
  11. */
  12.  
  13.  
  14. SpeedoJB[0] = TextDrawCreate(530.000000, 364.875000, "Speed: 300");
  15. TextDrawLetterSize(SpeedoJB[0], 0.293000, 1.013751);
  16. TextDrawAlignment(SpeedoJB[0], 1);
  17. TextDrawColor(SpeedoJB[0], -1);
  18. TextDrawSetShadow(SpeedoJB[0], 0);
  19. TextDrawSetOutline(SpeedoJB[0], 1);
  20. TextDrawBackgroundColor(SpeedoJB[0], 51);
  21. TextDrawFont(SpeedoJB[0], 1);
  22. TextDrawSetProportional(SpeedoJB[0], 1);
  23.  
  24. SpeedoJB[1] = TextDrawCreate(530.000000, 379.437500, "Fuel: 100");
  25. TextDrawLetterSize(SpeedoJB[1], 0.287000, 0.991876);
  26. TextDrawAlignment(SpeedoJB[1], 1);
  27. TextDrawColor(SpeedoJB[1], -1);
  28. TextDrawSetShadow(SpeedoJB[1], 0);
  29. TextDrawSetOutline(SpeedoJB[1], 1);
  30. TextDrawBackgroundColor(SpeedoJB[1], 51);
  31. TextDrawFont(SpeedoJB[1], 1);
  32. TextDrawSetProportional(SpeedoJB[1], 1);
  33.  
  34. SpeedoJB[2] = TextDrawCreate(531.000000, 406.687500, "Odometer: 000.11");
  35. TextDrawLetterSize(SpeedoJB[2], 0.279500, 1.096875);
  36. TextDrawAlignment(SpeedoJB[2], 1);
  37. TextDrawColor(SpeedoJB[2], -1);
  38. TextDrawSetShadow(SpeedoJB[2], 0);
  39. TextDrawSetOutline(SpeedoJB[2], 1);
  40. TextDrawBackgroundColor(SpeedoJB[2], 51);
  41. TextDrawFont(SpeedoJB[2], 1);
  42. TextDrawSetProportional(SpeedoJB[2], 1);
  43.  
  44. SpeedoJB[3] = TextDrawCreate(531.000000, 393.562500, "UNLOCKED");
  45. TextDrawLetterSize(SpeedoJB[3], 0.274000, 0.847500);
  46. TextDrawAlignment(SpeedoJB[3], 1);
  47. TextDrawColor(SpeedoJB[3], -1);
  48. TextDrawSetShadow(SpeedoJB[3], 0);
  49. TextDrawSetOutline(SpeedoJB[3], 1);
  50. TextDrawBackgroundColor(SpeedoJB[3], 51);
  51. TextDrawFont(SpeedoJB[3], 1);
  52. TextDrawSetProportional(SpeedoJB[3], 1);
  53.  
  54. SpeedoJB[4] = TextDrawCreate(535.500000, 348.687500, "D");
  55. TextDrawLetterSize(SpeedoJB[4], 0.335000, 0.996250);
  56. TextDrawAlignment(SpeedoJB[4], 1);
  57. TextDrawColor(SpeedoJB[4], -1);
  58. TextDrawSetShadow(SpeedoJB[4], 0);
  59. TextDrawSetOutline(SpeedoJB[4], 1);
  60. TextDrawBackgroundColor(SpeedoJB[4], 51);
  61. TextDrawFont(SpeedoJB[4], 1);
  62. TextDrawSetProportional(SpeedoJB[4], 1);
  63.  
  64. SpeedoJB[5] = TextDrawCreate(552.000000, 348.812500, "N");
  65. TextDrawLetterSize(SpeedoJB[5], 0.335000, 0.996250);
  66. TextDrawAlignment(SpeedoJB[5], 1);
  67. TextDrawColor(SpeedoJB[5], -1);
  68. TextDrawSetShadow(SpeedoJB[5], 0);
  69. TextDrawSetOutline(SpeedoJB[5], 1);
  70. TextDrawBackgroundColor(SpeedoJB[5], 51);
  71. TextDrawFont(SpeedoJB[5], 1);
  72. TextDrawSetProportional(SpeedoJB[5], 1);
  73.  
  74. SpeedoJB[6] = TextDrawCreate(569.500000, 348.937500, "R");
  75. TextDrawLetterSize(SpeedoJB[6], 0.335000, 0.996250);
  76. TextDrawAlignment(SpeedoJB[6], 1);
  77. TextDrawColor(SpeedoJB[6], -1);
  78. TextDrawSetShadow(SpeedoJB[6], 0);
  79. TextDrawSetOutline(SpeedoJB[6], 1);
  80. TextDrawBackgroundColor(SpeedoJB[6], 51);
  81. TextDrawFont(SpeedoJB[6], 1);
  82. TextDrawSetProportional(SpeedoJB[6], 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement