Redyan

Untitled

Jan 19th, 2019
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. //Global TextDraws:
  2.  
  3.  
  4. new Text:TDEditor_TD[4];
  5.  
  6. TDEditor_TD[0] = TextDrawCreate(535.625000, 5.083312, "Old_Expediton");
  7. TextDrawLetterSize(TDEditor_TD[0], 0.400000, 1.600000);
  8. TextDrawAlignment(TDEditor_TD[0], 1);
  9. TextDrawColor(TDEditor_TD[0], -1);
  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(528.125000, 30.749998, "LD_SPAC:white");
  18. TextDrawLetterSize(TDEditor_TD[1], 0.000000, 0.000000);
  19. TextDrawTextSize(TDEditor_TD[1], 109.000000, -30.000000);
  20. TextDrawAlignment(TDEditor_TD[1], 1);
  21. TextDrawColor(TDEditor_TD[1], 255);
  22. TextDrawSetShadow(TDEditor_TD[1], 0);
  23. TextDrawSetOutline(TDEditor_TD[1], 0);
  24. TextDrawBackgroundColor(TDEditor_TD[1], 255);
  25. TextDrawFont(TDEditor_TD[1], 4);
  26. TextDrawSetProportional(TDEditor_TD[1], 0);
  27. TextDrawSetShadow(TDEditor_TD[1], 0);
  28.  
  29. TDEditor_TD[2] = TextDrawCreate(530.625000, 2.749963, "LD_SPAC:white");
  30. TextDrawLetterSize(TDEditor_TD[2], 0.000000, 0.000000);
  31. TextDrawTextSize(TDEditor_TD[2], 105.000000, 26.000000);
  32. TextDrawAlignment(TDEditor_TD[2], 1);
  33. TextDrawColor(TDEditor_TD[2], -2147483393);
  34. TextDrawSetShadow(TDEditor_TD[2], 0);
  35. TextDrawSetOutline(TDEditor_TD[2], 0);
  36. TextDrawBackgroundColor(TDEditor_TD[2], 255);
  37. TextDrawFont(TDEditor_TD[2], 4);
  38. TextDrawSetProportional(TDEditor_TD[2], 0);
  39. TextDrawSetShadow(TDEditor_TD[2], 0);
  40.  
  41. TDEditor_TD[3] = TextDrawCreate(589.375000, 14.416681, "community");
  42. TextDrawLetterSize(TDEditor_TD[3], 0.400000, 1.600000);
  43. TextDrawAlignment(TDEditor_TD[3], 1);
  44. TextDrawColor(TDEditor_TD[3], -1);
  45. TextDrawSetShadow(TDEditor_TD[3], 0);
  46. TextDrawSetOutline(TDEditor_TD[3], 0);
  47. TextDrawBackgroundColor(TDEditor_TD[3], 255);
  48. TextDrawFont(TDEditor_TD[3], 0);
  49. TextDrawSetProportional(TDEditor_TD[3], 1);
  50. TextDrawSetShadow(TDEditor_TD[3], 0);
  51.  
  52.  
  53.  
  54.  
  55. //Total textdraws exported: 4 (4 global textdraws / 0 player textdraws) ~ 19/1/2019 ~ 21:46:4
  56. TDEditor V1.17 BY ADRI1
Advertisement
Add Comment
Please, Sign In to add comment