Advertisement
Guest User

Untitled

a guest
Jul 10th, 2023
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. //Global TextDraws:
  2.  
  3.  
  4. new Text:TDEditor_TD[6];
  5.  
  6. TDEditor_TD[0] = TextDrawCreate(219.750000, 110.355766, "~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~");
  7. TextDrawLetterSize(TDEditor_TD[0], 0.400000, 1.600000);
  8. TextDrawTextSize(TDEditor_TD[0], 426.000000, -1.419999);
  9. TextDrawAlignment(TDEditor_TD[0], 1);
  10. TextDrawColor(TDEditor_TD[0], -1);
  11. TextDrawUseBox(TDEditor_TD[0], 1);
  12. TextDrawBoxColor(TDEditor_TD[0], 255);
  13. TextDrawSetShadow(TDEditor_TD[0], 0);
  14. TextDrawSetOutline(TDEditor_TD[0], 0);
  15. TextDrawBackgroundColor(TDEditor_TD[0], 0);
  16. TextDrawFont(TDEditor_TD[0], 1);
  17. TextDrawSetProportional(TDEditor_TD[0], 1);
  18. TextDrawSetShadow(TDEditor_TD[0], 0);
  19.  
  20. TDEditor_TD[1] = TextDrawCreate(290.750000, 106.622177, "FISHERMAN");
  21. TextDrawLetterSize(TDEditor_TD[1], 0.400000, 1.600000);
  22. TextDrawAlignment(TDEditor_TD[1], 1);
  23. TextDrawColor(TDEditor_TD[1], -1);
  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(288.750000, 190.829635, "");
  32. TextDrawLetterSize(TDEditor_TD[2], 0.400000, 1.600000);
  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], 1);
  39. TextDrawSetProportional(TDEditor_TD[2], 1);
  40. TextDrawSetShadow(TDEditor_TD[2], 0);
  41.  
  42. TDEditor_TD[3] = TextDrawCreate(234.649993, 128.451828, "");
  43. TextDrawLetterSize(TDEditor_TD[3], 0.000000, 0.000000);
  44. TextDrawTextSize(TDEditor_TD[3], 90.000000, 90.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. TextDrawSetSelectable(TDEditor_TD[3], true);
  54. TextDrawSetPreviewModel(TDEditor_TD[3], 19630);
  55. TextDrawSetPreviewRot(TDEditor_TD[3], 0.000000, 0.000000, 0.000000, 1.000000);
  56.  
  57. TDEditor_TD[4] = TextDrawCreate(325.149993, 195.237060, "");
  58. TextDrawLetterSize(TDEditor_TD[4], 0.000000, 0.000000);
  59. TextDrawTextSize(TDEditor_TD[4], 90.000000, 90.000000);
  60. TextDrawAlignment(TDEditor_TD[4], 1);
  61. TextDrawColor(TDEditor_TD[4], -1);
  62. TextDrawSetShadow(TDEditor_TD[4], 0);
  63. TextDrawSetOutline(TDEditor_TD[4], 0);
  64. TextDrawBackgroundColor(TDEditor_TD[4], 0);
  65. TextDrawFont(TDEditor_TD[4], 5);
  66. TextDrawSetProportional(TDEditor_TD[4], 0);
  67. TextDrawSetShadow(TDEditor_TD[4], 0);
  68. TextDrawSetSelectable(TDEditor_TD[4], true);
  69. TextDrawSetPreviewModel(TDEditor_TD[4], 19630);
  70. TextDrawSetPreviewRot(TDEditor_TD[4], 0.000000, 0.000000, 0.000000, 1.000000);
  71.  
  72. TDEditor_TD[5] = TextDrawCreate(211.399993, 245.429611, "");
  73. TextDrawLetterSize(TDEditor_TD[5], 0.000000, 0.000000);
  74. TextDrawTextSize(TDEditor_TD[5], 90.000000, 90.000000);
  75. TextDrawAlignment(TDEditor_TD[5], 1);
  76. TextDrawColor(TDEditor_TD[5], -1);
  77. TextDrawSetShadow(TDEditor_TD[5], 0);
  78. TextDrawSetOutline(TDEditor_TD[5], 0);
  79. TextDrawBackgroundColor(TDEditor_TD[5], 0);
  80. TextDrawFont(TDEditor_TD[5], 5);
  81. TextDrawSetProportional(TDEditor_TD[5], 0);
  82. TextDrawSetShadow(TDEditor_TD[5], 0);
  83. TextDrawSetSelectable(TDEditor_TD[5], true);
  84. TextDrawSetPreviewModel(TDEditor_TD[5], 19630);
  85. TextDrawSetPreviewRot(TDEditor_TD[5], 0.000000, 0.000000, 0.000000, 1.000000);
  86.  
  87.  
  88.  
  89.  
  90. //Total textdraws exported: 6 (6 global textdraws / 0 player textdraws) ~ 10/7/2023 ~ 0:38:36
  91. TDEditor V1.17 BY ADRI1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement