Advertisement
Guest User

Untitled

a guest
Apr 21st, 2020
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. //Global TextDraws:
  2.  
  3.  
  4. new Text:TDEditor_TD[4];
  5.  
  6. TDEditor_TD[0] = TextDrawCreate(-53.000000, 411.812500, "LD_SPAC:white");
  7. TextDrawLetterSize(TDEditor_TD[0], 0.000000, 0.000000);
  8. TextDrawTextSize(TDEditor_TD[0], 792.000000, 50.000000);
  9. TextDrawAlignment(TDEditor_TD[0], 1);
  10. TextDrawColor(TDEditor_TD[0], 41215);
  11. TextDrawSetShadow(TDEditor_TD[0], 0);
  12. TextDrawSetOutline(TDEditor_TD[0], 0);
  13. TextDrawBackgroundColor(TDEditor_TD[0], 255);
  14. TextDrawFont(TDEditor_TD[0], 4);
  15. TextDrawSetProportional(TDEditor_TD[0], 0);
  16. TextDrawSetShadow(TDEditor_TD[0], 0);
  17.  
  18. TDEditor_TD[1] = TextDrawCreate(283.000000, 422.750000, "GEJMING_KOMJUNITI");
  19. TextDrawLetterSize(TDEditor_TD[1], 0.611000, 2.413750);
  20. TextDrawAlignment(TDEditor_TD[1], 1);
  21. TextDrawColor(TDEditor_TD[1], -65281);
  22. TextDrawSetShadow(TDEditor_TD[1], 0);
  23. TextDrawSetOutline(TDEditor_TD[1], 1);
  24. TextDrawBackgroundColor(TDEditor_TD[1], 255);
  25. TextDrawFont(TDEditor_TD[1], 3);
  26. TextDrawSetProportional(TDEditor_TD[1], 1);
  27. TextDrawSetShadow(TDEditor_TD[1], 0);
  28.  
  29. TDEditor_TD[2] = TextDrawCreate(9.000000, 411.812500, "ONLAJN:_JEDAN");
  30. TextDrawLetterSize(TDEditor_TD[2], 0.611000, 2.413750);
  31. TextDrawAlignment(TDEditor_TD[2], 1);
  32. TextDrawColor(TDEditor_TD[2], -65281);
  33. TextDrawSetShadow(TDEditor_TD[2], 0);
  34. TextDrawSetOutline(TDEditor_TD[2], 1);
  35. TextDrawBackgroundColor(TDEditor_TD[2], 255);
  36. TextDrawFont(TDEditor_TD[2], 3);
  37. TextDrawSetProportional(TDEditor_TD[2], 1);
  38. TextDrawSetShadow(TDEditor_TD[2], 0);
  39.  
  40. TDEditor_TD[3] = TextDrawCreate(476.000000, 406.562500, "REKORD_:MNOGo");
  41. TextDrawLetterSize(TDEditor_TD[3], 0.611000, 2.413750);
  42. TextDrawAlignment(TDEditor_TD[3], 1);
  43. TextDrawColor(TDEditor_TD[3], -65281);
  44. TextDrawSetShadow(TDEditor_TD[3], 0);
  45. TextDrawSetOutline(TDEditor_TD[3], 1);
  46. TextDrawBackgroundColor(TDEditor_TD[3], 255);
  47. TextDrawFont(TDEditor_TD[3], 3);
  48. TextDrawSetProportional(TDEditor_TD[3], 1);
  49. TextDrawSetShadow(TDEditor_TD[3], 0);
  50.  
  51.  
  52.  
  53.  
  54. //Total textdraws exported: 4 (4 global textdraws / 0 player textdraws) ~ 21/4/2020 ~ 23:54:45
  55. TDEditor V1.17 BY ADRI1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement