Advertisement
Guest User

Untitled

a guest
Jul 15th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. //Global TextDraws:
  2.  
  3.  
  4. new Text:TDEditor_TD[5];
  5.  
  6. TDEditor_TD[0] = TextDrawCreate(237.000000, 431.422393, "WWW.");
  7. TextDrawLetterSize(TDEditor_TD[0], 0.400000, 1.600000);
  8. TextDrawAlignment(TDEditor_TD[0], 1);
  9. TextDrawColor(TDEditor_TD[0], 8454143);
  10. TextDrawSetShadow(TDEditor_TD[0], 0);
  11. TextDrawSetOutline(TDEditor_TD[0], 0);
  12. TextDrawBackgroundColor(TDEditor_TD[0], 255);
  13. TextDrawFont(TDEditor_TD[0], 2);
  14. TextDrawSetProportional(TDEditor_TD[0], 1);
  15. TextDrawSetShadow(TDEditor_TD[0], 0);
  16.  
  17. TDEditor_TD[1] = TextDrawCreate(279.500000, 431.422393, "switch-hq");
  18. TextDrawLetterSize(TDEditor_TD[1], 0.400000, 1.600000);
  19. TextDrawAlignment(TDEditor_TD[1], 1);
  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(365.874145, 431.500152, ".com");
  29. TextDrawLetterSize(TDEditor_TD[2], 0.400000, 1.600000);
  30. TextDrawAlignment(TDEditor_TD[2], 1);
  31. TextDrawColor(TDEditor_TD[2], 8454143);
  32. TextDrawSetShadow(TDEditor_TD[2], 0);
  33. TextDrawSetOutline(TDEditor_TD[2], 0);
  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(228.000000, 435.000091, "LD_BEAT:chit");
  40. TextDrawLetterSize(TDEditor_TD[3], 0.000000, 0.000000);
  41. TextDrawTextSize(TDEditor_TD[3], 8.000000, 9.000000);
  42. TextDrawAlignment(TDEditor_TD[3], 1);
  43. TextDrawColor(TDEditor_TD[3], -1);
  44. TextDrawSetShadow(TDEditor_TD[3], 0);
  45. TextDrawSetOutline(TDEditor_TD[3], 0);
  46. TextDrawBackgroundColor(TDEditor_TD[3], 255);
  47. TextDrawFont(TDEditor_TD[3], 4);
  48. TextDrawSetProportional(TDEditor_TD[3], 0);
  49. TextDrawSetShadow(TDEditor_TD[3], 0);
  50.  
  51. TDEditor_TD[4] = TextDrawCreate(404.500000, 435.622314, "LD_BEAT:chit");
  52. TextDrawLetterSize(TDEditor_TD[4], 0.000000, 0.000000);
  53. TextDrawTextSize(TDEditor_TD[4], 8.000000, 9.000000);
  54. TextDrawAlignment(TDEditor_TD[4], 1);
  55. TextDrawColor(TDEditor_TD[4], -1);
  56. TextDrawSetShadow(TDEditor_TD[4], 0);
  57. TextDrawSetOutline(TDEditor_TD[4], 0);
  58. TextDrawBackgroundColor(TDEditor_TD[4], 255);
  59. TextDrawFont(TDEditor_TD[4], 4);
  60. TextDrawSetProportional(TDEditor_TD[4], 0);
  61. TextDrawSetShadow(TDEditor_TD[4], 0);
  62.  
  63.  
  64.  
  65.  
  66. //Total textdraws exported: 5 (5 global textdraws / 0 player textdraws) ~ 15/7/2018 ~ 20:59:19
  67. TDEditor V1.16 by adri1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement