Advertisement
Zmajk0

Untitled

Jun 3rd, 2020
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. //Global TextDraws:
  2.  
  3.  
  4. new Text:TDEditor_TD[4];
  5.  
  6. TDEditor_TD[0] = TextDrawCreate(498.000091, 3.333337, "OLD_SCHOOL");
  7. TextDrawLetterSize(TDEditor_TD[0], 0.605200, 1.786667);
  8. TextDrawAlignment(TDEditor_TD[0], 1);
  9. TextDrawColor(TDEditor_TD[0], 16777215);
  10. TextDrawSetShadow(TDEditor_TD[0], 0);
  11. TextDrawSetOutline(TDEditor_TD[0], 2);
  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(503.199920, 97.786643, "banka_-_312312$");
  18. TextDrawLetterSize(TDEditor_TD[1], 0.400000, 1.600000);
  19. TextDrawAlignment(TDEditor_TD[1], 1);
  20. TextDrawColor(TDEditor_TD[1], 8388863);
  21. TextDrawSetShadow(TDEditor_TD[1], 0);
  22. TextDrawSetOutline(TDEditor_TD[1], 2);
  23. TextDrawBackgroundColor(TDEditor_TD[1], 255);
  24. TextDrawFont(TDEditor_TD[1], 1);
  25. TextDrawSetProportional(TDEditor_TD[1], 1);
  26. TextDrawSetShadow(TDEditor_TD[1], 0);
  27.  
  28. TDEditor_TD[2] = TextDrawCreate(509.599822, 113.093307, "zlato_-_69grama");
  29. TextDrawLetterSize(TDEditor_TD[2], 0.400000, 1.600000);
  30. TextDrawAlignment(TDEditor_TD[2], 1);
  31. TextDrawColor(TDEditor_TD[2], -5963521);
  32. TextDrawSetShadow(TDEditor_TD[2], 0);
  33. TextDrawSetOutline(TDEditor_TD[2], 2);
  34. TextDrawBackgroundColor(TDEditor_TD[2], 255);
  35. TextDrawFont(TDEditor_TD[2], 1);
  36. TextDrawSetProportional(TDEditor_TD[2], 1);
  37. TextDrawSetShadow(TDEditor_TD[2], 0);
  38.  
  39. TDEditor_TD[3] = TextDrawCreate(192.000076, 367.333282, "12-12_._12.12.2020");
  40. TextDrawLetterSize(TDEditor_TD[3], 0.786000, 5.456532);
  41. TextDrawAlignment(TDEditor_TD[3], 1);
  42. TextDrawColor(TDEditor_TD[3], -16776961);
  43. TextDrawSetShadow(TDEditor_TD[3], 0);
  44. TextDrawSetOutline(TDEditor_TD[3], 0);
  45. TextDrawBackgroundColor(TDEditor_TD[3], 255);
  46. TextDrawFont(TDEditor_TD[3], 1);
  47. TextDrawSetProportional(TDEditor_TD[3], 0);
  48. TextDrawSetShadow(TDEditor_TD[3], 0);
  49.  
  50.  
  51.  
  52.  
  53. //Total textdraws exported: 4 (4 global textdraws / 0 player textdraws) ~ 3/6/2020 ~ 13:37:48
  54. TDEditor V1.16 by adri1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement