Advertisement
UserUnkn0wn

Textdraw "Nova Conquista"

Jun 5th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 3.42 KB | None | 0 0
  1. new Text:TDEditor_TD[7];
  2.  
  3. TDEditor_TD[0] = TextDrawCreate(13.500000, 139.599975, "BOX VERDE");
  4. TextDrawLetterSize(TDEditor_TD[0], 0.000000, 4.700001);
  5. TextDrawTextSize(TDEditor_TD[0], 158.000000, 0.000000);
  6. TextDrawAlignment(TDEditor_TD[0], 1);
  7. TextDrawColor(TDEditor_TD[0], -1);
  8. TextDrawUseBox(TDEditor_TD[0], 1);
  9. TextDrawBoxColor(TDEditor_TD[0], 16711935);
  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(14.900004, 141.500091, "BOX CINZA");
  18. TextDrawLetterSize(TDEditor_TD[1], 0.000000, 4.300001);
  19. TextDrawTextSize(TDEditor_TD[1], 156.100006, 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], 1903653887);
  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(16.700000, 146.600158, "LD_CHAT:thumbup");
  32. TextDrawLetterSize(TDEditor_TD[2], 0.000000, 0.000000);
  33. TextDrawTextSize(TDEditor_TD[2], 26.000000, 28.000000);
  34. TextDrawAlignment(TDEditor_TD[2], 1);
  35. TextDrawColor(TDEditor_TD[2], -1);
  36. TextDrawSetShadow(TDEditor_TD[2], 0);
  37. TextDrawSetOutline(TDEditor_TD[2], 0);
  38. TextDrawBackgroundColor(TDEditor_TD[2], 255);
  39. TextDrawFont(TDEditor_TD[2], 4);
  40. TextDrawSetProportional(TDEditor_TD[2], 0);
  41. TextDrawSetShadow(TDEditor_TD[2], 0);
  42.  
  43. TDEditor_TD[3] = TextDrawCreate(53.099975, 139.844329, "NOVA_CONQUISTA!");
  44. TextDrawLetterSize(TDEditor_TD[3], 0.290000, 1.500443);
  45. TextDrawAlignment(TDEditor_TD[3], 1);
  46. TextDrawColor(TDEditor_TD[3], -1);
  47. TextDrawSetShadow(TDEditor_TD[3], 1);
  48. TextDrawSetOutline(TDEditor_TD[3], 1);
  49. TextDrawBackgroundColor(TDEditor_TD[3], 57);
  50. TextDrawFont(TDEditor_TD[3], 1);
  51. TextDrawSetProportional(TDEditor_TD[3], 1);
  52. TextDrawSetShadow(TDEditor_TD[3], 1);
  53.  
  54. TDEditor_TD[4] = TextDrawCreate(78.299835, 157.190093, "REGISTRO");
  55. TextDrawLetterSize(TDEditor_TD[4], 0.241999, 1.369776);
  56. TextDrawAlignment(TDEditor_TD[4], 1);
  57. TextDrawColor(TDEditor_TD[4], -1);
  58. TextDrawSetShadow(TDEditor_TD[4], 1);
  59. TextDrawSetOutline(TDEditor_TD[4], 1);
  60. TextDrawBackgroundColor(TDEditor_TD[4], 60);
  61. TextDrawFont(TDEditor_TD[4], 1);
  62. TextDrawSetProportional(TDEditor_TD[4], 1);
  63. TextDrawSetShadow(TDEditor_TD[4], 1);
  64.  
  65. TDEditor_TD[5] = TextDrawCreate(60.900108, 168.457336, "BONUS:");
  66. TextDrawLetterSize(TDEditor_TD[5], 0.237999, 1.226666);
  67. TextDrawAlignment(TDEditor_TD[5], 1);
  68. TextDrawColor(TDEditor_TD[5], -1);
  69. TextDrawSetShadow(TDEditor_TD[5], 0);
  70. TextDrawSetOutline(TDEditor_TD[5], 1);
  71. TextDrawBackgroundColor(TDEditor_TD[5], 60);
  72. TextDrawFont(TDEditor_TD[5], 1);
  73. TextDrawSetProportional(TDEditor_TD[5], 1);
  74. TextDrawSetShadow(TDEditor_TD[5], 0);
  75.  
  76. TDEditor_TD[6] = TextDrawCreate(95.599578, 168.457336, "R$5.000");
  77. TextDrawLetterSize(TDEditor_TD[6], 0.237999, 1.226666);
  78. TextDrawAlignment(TDEditor_TD[6], 1);
  79. TextDrawColor(TDEditor_TD[6], 10420479);
  80. TextDrawSetShadow(TDEditor_TD[6], 0);
  81. TextDrawSetOutline(TDEditor_TD[6], 1);
  82. TextDrawBackgroundColor(TDEditor_TD[6], 60);
  83. TextDrawFont(TDEditor_TD[6], 1);
  84. TextDrawSetProportional(TDEditor_TD[6], 1);
  85. TextDrawSetShadow(TDEditor_TD[6], 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement