Advertisement
Redyan01

Untitled

May 2nd, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. //Global TextDraws:
  2.  
  3.  
  4. new Text:NwnEditor_TD[8];
  5.  
  6. NwnEditor_TD[0] = TextDrawCreate(185.099700, 148.037475, "box");
  7. TextDrawLetterSize(NwnEditor_TD[0], 0.000000, 11.435992);
  8. TextDrawTextSize(NwnEditor_TD[0], 446.000000, 0.000000);
  9. TextDrawAlignment(NwnEditor_TD[0], 1);
  10. TextDrawColor(NwnEditor_TD[0], -1);
  11. TextDrawUseBox(NwnEditor_TD[0], 1);
  12. TextDrawBoxColor(NwnEditor_TD[0], 80);
  13. TextDrawSetShadow(NwnEditor_TD[0], 0);
  14. TextDrawBackgroundColor(NwnEditor_TD[0], 255);
  15. TextDrawFont(NwnEditor_TD[0], 1);
  16. TextDrawSetProportional(NwnEditor_TD[0], 1);
  17.  
  18. NwnEditor_TD[1] = TextDrawCreate(190.200286, 137.399993, "obavijest");
  19. TextDrawLetterSize(NwnEditor_TD[1], 0.497000, 1.691874);
  20. TextDrawAlignment(NwnEditor_TD[1], 1);
  21. TextDrawColor(NwnEditor_TD[1], 9437183);
  22. TextDrawSetShadow(NwnEditor_TD[1], 0);
  23. TextDrawSetOutline(NwnEditor_TD[1], 1);
  24. TextDrawBackgroundColor(NwnEditor_TD[1], 255);
  25. TextDrawFont(NwnEditor_TD[1], 3);
  26. TextDrawSetProportional(NwnEditor_TD[1], 1);
  27.  
  28. NwnEditor_TD[2] = TextDrawCreate(251.500000, 165.062500, "SUBOTA 21H");
  29. TextDrawLetterSize(NwnEditor_TD[2], 0.263500, 1.425000);
  30. TextDrawAlignment(NwnEditor_TD[2], 3);
  31. TextDrawColor(NwnEditor_TD[2], -1);
  32. TextDrawSetShadow(NwnEditor_TD[2], 0);
  33. TextDrawBackgroundColor(NwnEditor_TD[2], 255);
  34. TextDrawFont(NwnEditor_TD[2], 2);
  35. TextDrawSetProportional(NwnEditor_TD[2], 1);
  36.  
  37. NwnEditor_TD[3] = TextDrawCreate(333.200958, 165.112609, "level upovi!");
  38. TextDrawLetterSize(NwnEditor_TD[3], 0.263500, 1.425000);
  39. TextDrawAlignment(NwnEditor_TD[3], 3);
  40. TextDrawColor(NwnEditor_TD[3], -1523766529);
  41. TextDrawSetShadow(NwnEditor_TD[3], 0);
  42. TextDrawBackgroundColor(NwnEditor_TD[3], 255);
  43. TextDrawFont(NwnEditor_TD[3], 2);
  44. TextDrawSetProportional(NwnEditor_TD[3], 1);
  45.  
  46. NwnEditor_TD[4] = TextDrawCreate(266.700988, 180.675659, "IDEMO PONOVO");
  47. TextDrawLetterSize(NwnEditor_TD[4], 0.263500, 1.425000);
  48. TextDrawAlignment(NwnEditor_TD[4], 3);
  49. TextDrawColor(NwnEditor_TD[4], -1);
  50. TextDrawSetShadow(NwnEditor_TD[4], 0);
  51. TextDrawBackgroundColor(NwnEditor_TD[4], 255);
  52. TextDrawFont(NwnEditor_TD[4], 2);
  53. TextDrawSetProportional(NwnEditor_TD[4], 1);
  54.  
  55. NwnEditor_TD[5] = TextDrawCreate(314.801757, 180.775665, "100/100");
  56. TextDrawLetterSize(NwnEditor_TD[5], 0.263500, 1.425000);
  57. TextDrawAlignment(NwnEditor_TD[5], 3);
  58. TextDrawColor(NwnEditor_TD[5], 8388863);
  59. TextDrawSetShadow(NwnEditor_TD[5], 0);
  60. TextDrawBackgroundColor(NwnEditor_TD[5], 255);
  61. TextDrawFont(NwnEditor_TD[5], 2);
  62. TextDrawSetProportional(NwnEditor_TD[5], 1);
  63.  
  64. NwnEditor_TD[6] = TextDrawCreate(185.499969, 256.462951, "box");
  65. TextDrawLetterSize(NwnEditor_TD[6], 0.000000, 1.750000);
  66. TextDrawTextSize(NwnEditor_TD[6], 446.189208, 0.000000);
  67. TextDrawAlignment(NwnEditor_TD[6], 1);
  68. TextDrawColor(NwnEditor_TD[6], -1);
  69. TextDrawUseBox(NwnEditor_TD[6], 1);
  70. TextDrawBoxColor(NwnEditor_TD[6], 80);
  71. TextDrawSetShadow(NwnEditor_TD[6], 0);
  72. TextDrawBackgroundColor(NwnEditor_TD[6], 255);
  73. TextDrawFont(NwnEditor_TD[6], 1);
  74. TextDrawSetProportional(NwnEditor_TD[6], 1);
  75.  
  76. NwnEditor_TD[7] = TextDrawCreate(418.399719, 255.625000, "OBAVIJEST SAMA NESTAJE ZA 30 SEKUNDI");
  77. TextDrawLetterSize(NwnEditor_TD[7], 0.244999, 1.652499);
  78. TextDrawAlignment(NwnEditor_TD[7], 3);
  79. TextDrawColor(NwnEditor_TD[7], -1);
  80. TextDrawSetShadow(NwnEditor_TD[7], 0);
  81. TextDrawBackgroundColor(NwnEditor_TD[7], 255);
  82. TextDrawFont(NwnEditor_TD[7], 2);
  83. TextDrawSetProportional(NwnEditor_TD[7], 1);
  84.  
  85.  
  86.  
  87.  
  88. //Total textdraws exported: 8 (8 global textdraws / 0 player textdraws) ~ 2/5/2020 ~ 17:45:33
  89. NwnEditor V1.18 BY nwn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement