Advertisement
FunnyFel

Untitled

Nov 14th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 2.41 KB | None | 0 0
  1. new Text:TDEditor_TD[6];
  2.  
  3. TDEditor_TD[0] = TextDrawCreate(-57.9998, -170.8886, "Box"); // фон
  4. TextDrawLetterSize(TDEditor_TD[0], 0.0000, 69.0662);
  5. TextDrawTextSize(TDEditor_TD[0], 710.0000, 0.0000);
  6. TextDrawAlignment(TDEditor_TD[0], 1);
  7. TextDrawColor(TDEditor_TD[0], -1);
  8. TextDrawUseBox(TDEditor_TD[0], 1);
  9. TextDrawBoxColor(TDEditor_TD[0], 255);
  10. TextDrawBackgroundColor(TDEditor_TD[0], 255);
  11. TextDrawFont(TDEditor_TD[0], 1);
  12. TextDrawSetProportional(TDEditor_TD[0], 1);
  13. TextDrawSetShadow(TDEditor_TD[0], 0);
  14.  
  15. TDEditor_TD[1] = TextDrawCreate(208.9998, 198.9701, "LD_SPAC:white");
  16. TextDrawTextSize(TDEditor_TD[1], 200.0000, 50.0000);
  17. TextDrawAlignment(TDEditor_TD[1], 1);
  18. TextDrawColor(TDEditor_TD[1], 252647935);
  19. TextDrawBackgroundColor(TDEditor_TD[1], 255);
  20. TextDrawFont(TDEditor_TD[1], 4);
  21. TextDrawSetProportional(TDEditor_TD[1], 0);
  22. TextDrawSetShadow(TDEditor_TD[1], 0);
  23.  
  24. TDEditor_TD[2] = TextDrawCreate(214.0000, 203.9479, "LD_SPAC:white");
  25. TextDrawTextSize(TDEditor_TD[2], 190.0000, 40.0000);
  26. TextDrawAlignment(TDEditor_TD[2], 1);
  27. TextDrawColor(TDEditor_TD[2], 505295615);
  28. TextDrawBackgroundColor(TDEditor_TD[2], 255);
  29. TextDrawFont(TDEditor_TD[2], 4);
  30. TextDrawSetProportional(TDEditor_TD[2], 0);
  31. TextDrawSetShadow(TDEditor_TD[2], 0);
  32.  
  33. TDEditor_TD[3] = TextDrawCreate(214.0000, 203.9479, "LD_SPAC:white"); // Сразу появляется
  34. TextDrawTextSize(TDEditor_TD[3], 63.0000, 40.0000);
  35. TextDrawAlignment(TDEditor_TD[3], 1);
  36. TextDrawColor(TDEditor_TD[3], 506949375);
  37. TextDrawBackgroundColor(TDEditor_TD[3], 255);
  38. TextDrawFont(TDEditor_TD[3], 4);
  39. TextDrawSetProportional(TDEditor_TD[3], 0);
  40. TextDrawSetShadow(TDEditor_TD[3], 0);
  41.  
  42. TDEditor_TD[4] = TextDrawCreate(214.0000, 203.9479, "LD_SPAC:white"); // Появляется на 1.7 сек загрузки
  43. TextDrawTextSize(TDEditor_TD[4], 190.0000, 40.0000);
  44. TextDrawAlignment(TDEditor_TD[4], 1);
  45. TextDrawColor(TDEditor_TD[4], 506949375);
  46. TextDrawBackgroundColor(TDEditor_TD[4], 255);
  47. TextDrawFont(TDEditor_TD[4], 4);
  48. TextDrawSetProportional(TDEditor_TD[4], 0);
  49. TextDrawSetShadow(TDEditor_TD[4], 0);
  50.  
  51. TDEditor_TD[5] = TextDrawCreate(310.3334, 215.7184, "Loading");
  52. TextDrawLetterSize(TDEditor_TD[5], 0.2619, 1.4752);
  53. TextDrawAlignment(TDEditor_TD[5], 2);
  54. TextDrawColor(TDEditor_TD[5], -1);
  55. TextDrawBackgroundColor(TDEditor_TD[5], 255);
  56. TextDrawFont(TDEditor_TD[5], 2);
  57. TextDrawSetProportional(TDEditor_TD[5], 1);
  58. TextDrawSetShadow(TDEditor_TD[5], 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement