Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. //Global TextDraws:
  2.  
  3.  
  4. new Text:TDEditor_TD[5];
  5.  
  6. TDEditor_TD[0] = TextDrawCreate(535.062988, 133.899932, "Jobgoal");
  7. TextDrawLetterSize(TDEditor_TD[0], 0.598999, 2.041778);
  8. TextDrawAlignment(TDEditor_TD[0], 1);
  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], 0);
  14. TextDrawSetProportional(TDEditor_TD[0], 1);
  15. TextDrawSetShadow(TDEditor_TD[0], 0);
  16.  
  17. TDEditor_TD[1] = TextDrawCreate(574.000000, 160.133270, "~w~50.000.000 ~n~~y~out of ~n~~w~50.000.000");
  18. TextDrawLetterSize(TDEditor_TD[1], 0.308000, 1.220445);
  19. TextDrawAlignment(TDEditor_TD[1], 2);
  20. TextDrawColor(TDEditor_TD[1], -1);
  21. TextDrawSetShadow(TDEditor_TD[1], 0);
  22. TextDrawSetOutline(TDEditor_TD[1], 0);
  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(509.000000, 152.666641, "box");
  29. TextDrawLetterSize(TDEditor_TD[2], 0.000000, 5.499998);
  30. TextDrawTextSize(TDEditor_TD[2], 619.000000, 0.000000);
  31. TextDrawAlignment(TDEditor_TD[2], 1);
  32. TextDrawColor(TDEditor_TD[2], -1);
  33. TextDrawUseBox(TDEditor_TD[2], 1);
  34. TextDrawBoxColor(TDEditor_TD[2], 160);
  35. TextDrawSetShadow(TDEditor_TD[2], 0);
  36. TextDrawSetOutline(TDEditor_TD[2], 0);
  37. TextDrawBackgroundColor(TDEditor_TD[2], 255);
  38. TextDrawFont(TDEditor_TD[2], 1);
  39. TextDrawSetProportional(TDEditor_TD[2], 1);
  40. TextDrawSetShadow(TDEditor_TD[2], 0);
  41.  
  42. TDEditor_TD[3] = TextDrawCreate(509.500000, 164.955612, "");
  43. TextDrawLetterSize(TDEditor_TD[3], 0.000000, 0.000000);
  44. TextDrawTextSize(TDEditor_TD[3], 33.000000, 40.000000);
  45. TextDrawAlignment(TDEditor_TD[3], 1);
  46. TextDrawColor(TDEditor_TD[3], -1);
  47. TextDrawSetShadow(TDEditor_TD[3], 0);
  48. TextDrawSetOutline(TDEditor_TD[3], 0);
  49. TextDrawBackgroundColor(TDEditor_TD[3], 0);
  50. TextDrawFont(TDEditor_TD[3], 5);
  51. TextDrawSetProportional(TDEditor_TD[3], 0);
  52. TextDrawSetShadow(TDEditor_TD[3], 0);
  53. TextDrawSetPreviewModel(TDEditor_TD[3], 1212);
  54. TextDrawSetPreviewRot(TDEditor_TD[3], 90.000000, 0.000000, 0.000000, 1.000000);
  55.  
  56. TDEditor_TD[4] = TextDrawCreate(509.000030, 141.933364, "");
  57. TextDrawLetterSize(TDEditor_TD[4], 0.000000, 0.000000);
  58. TextDrawTextSize(TDEditor_TD[4], 33.000000, 40.000000);
  59. TextDrawAlignment(TDEditor_TD[4], 1);
  60. TextDrawColor(TDEditor_TD[4], -1);
  61. TextDrawSetShadow(TDEditor_TD[4], 0);
  62. TextDrawSetOutline(TDEditor_TD[4], 0);
  63. TextDrawBackgroundColor(TDEditor_TD[4], 0);
  64. TextDrawFont(TDEditor_TD[4], 5);
  65. TextDrawSetProportional(TDEditor_TD[4], 0);
  66. TextDrawSetShadow(TDEditor_TD[4], 0);
  67. TextDrawSetPreviewModel(TDEditor_TD[4], 1212);
  68. TextDrawSetPreviewRot(TDEditor_TD[4], 90.000000, 0.000000, 0.000000, 1.000000);
  69.  
  70.  
  71.  
  72.  
  73. //Total textdraws exported: 5 (5 global textdraws / 0 player textdraws) ~ 22/10/2019 ~ 22:54:19
  74. TDEditor V1.17 BY ADRI1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement