Advertisement
Guest User

Untitled

a guest
Mar 8th, 2020
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.85 KB | None | 0 0
  1. //Global TextDraws:
  2.  
  3.  
  4. new Text:TDEditor_TD[3];
  5.  
  6. TDEditor_TD[0] = TextDrawCreate(148.399810, 140.719985, "box");
  7. TextDrawLetterSize(TDEditor_TD[0], 0.000000, 16.160032);
  8. TextDrawTextSize(TDEditor_TD[0], 498.000000, 0.000000);
  9. TextDrawAlignment(TDEditor_TD[0], 1);
  10. TextDrawColor(TDEditor_TD[0], -1);
  11. TextDrawUseBox(TDEditor_TD[0], 1);
  12. TextDrawBoxColor(TDEditor_TD[0], 123);
  13. TextDrawSetShadow(TDEditor_TD[0], 0);
  14. TextDrawSetOutline(TDEditor_TD[0], 0);
  15. TextDrawBackgroundColor(TDEditor_TD[0], 255);
  16. TextDrawFont(TDEditor_TD[0], 1);
  17. TextDrawSetProportional(TDEditor_TD[0], 1);
  18. TextDrawSetShadow(TDEditor_TD[0], 0);
  19.  
  20. TDEditor_TD[1] = TextDrawCreate(323.600036, 118.319961, "Register From Server");
  21. TextDrawLetterSize(TDEditor_TD[1], 0.400000, 1.600000);
  22. TextDrawTextSize(TDEditor_TD[1], 0.000000, 350.000000);
  23. TextDrawAlignment(TDEditor_TD[1], 2);
  24. TextDrawColor(TDEditor_TD[1], -1);
  25. TextDrawUseBox(TDEditor_TD[1], 1);
  26. TextDrawBoxColor(TDEditor_TD[1], 117);
  27. TextDrawSetShadow(TDEditor_TD[1], 2);
  28. TextDrawSetOutline(TDEditor_TD[1], 1);
  29. TextDrawBackgroundColor(TDEditor_TD[1], 131);
  30. TextDrawFont(TDEditor_TD[1], 1);
  31. TextDrawSetProportional(TDEditor_TD[1], 1);
  32. TextDrawSetShadow(TDEditor_TD[1], 2);
  33.  
  34. TDEditor_TD[2] = TextDrawCreate(442.700042, 311.890869, "Website: ~b~bluezone.ro");
  35. TextDrawLetterSize(TDEditor_TD[2], 0.708000, 1.809066);
  36. TextDrawAlignment(TDEditor_TD[2], 1);
  37. TextDrawColor(TDEditor_TD[2], -1);
  38. TextDrawSetShadow(TDEditor_TD[2], 0);
  39. TextDrawSetOutline(TDEditor_TD[2], 0);
  40. TextDrawBackgroundColor(TDEditor_TD[2], 255);
  41. TextDrawFont(TDEditor_TD[2], 0);
  42. TextDrawSetProportional(TDEditor_TD[2], 1);
  43. TextDrawSetShadow(TDEditor_TD[2], 0);
  44.  
  45.  
  46.  
  47. //Player TextDraws:
  48.  
  49.  
  50. new PlayerText:TDEditor_PTD[MAX_PLAYERS][8];
  51.  
  52. TDEditor_PTD[playerid][0] = CreatePlayerTextDraw(playerid, 216.399963, 141.466430, "Name: ~y~GabiVlg");
  53. PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][0], 0.400000, 1.600000);
  54. PlayerTextDrawTextSize(playerid, TDEditor_PTD[playerid][0], 0.000000, 135.000000);
  55. PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][0], 2);
  56. PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][0], -1);
  57. PlayerTextDrawUseBox(playerid, TDEditor_PTD[playerid][0], 1);
  58. PlayerTextDrawBoxColor(playerid, TDEditor_PTD[playerid][0], -1061109710);
  59. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][0], 1);
  60. PlayerTextDrawSetOutline(playerid, TDEditor_PTD[playerid][0], 0);
  61. PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][0], -1523963137);
  62. PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][0], 1);
  63. PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][0], 1);
  64. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][0], 1);
  65. PlayerTextDrawSetSelectable(playerid, TDEditor_PTD[playerid][0], true);
  66.  
  67. TDEditor_PTD[playerid][1] = CreatePlayerTextDraw(playerid, 430.799865, 140.719787, "Password: ~y~click");
  68. PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][1], 0.400000, 1.600000);
  69. PlayerTextDrawTextSize(playerid, TDEditor_PTD[playerid][1], 0.000000, 135.000000);
  70. PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][1], 2);
  71. PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][1], -1);
  72. PlayerTextDrawUseBox(playerid, TDEditor_PTD[playerid][1], 1);
  73. PlayerTextDrawBoxColor(playerid, TDEditor_PTD[playerid][1], -1061109710);
  74. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][1], 1);
  75. PlayerTextDrawSetOutline(playerid, TDEditor_PTD[playerid][1], 0);
  76. PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][1], -1523963137);
  77. PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][1], 1);
  78. PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][1], 1);
  79. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][1], 1);
  80. PlayerTextDrawSetSelectable(playerid, TDEditor_PTD[playerid][1], true);
  81.  
  82. TDEditor_PTD[playerid][2] = CreatePlayerTextDraw(playerid, 215.599899, 174.319824, "Sex: ~y~click");
  83. PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][2], 0.400000, 1.600000);
  84. PlayerTextDrawTextSize(playerid, TDEditor_PTD[playerid][2], 0.000000, 135.000000);
  85. PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][2], 2);
  86. PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][2], -1);
  87. PlayerTextDrawUseBox(playerid, TDEditor_PTD[playerid][2], 1);
  88. PlayerTextDrawBoxColor(playerid, TDEditor_PTD[playerid][2], -1061109710);
  89. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][2], 1);
  90. PlayerTextDrawSetOutline(playerid, TDEditor_PTD[playerid][2], 0);
  91. PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][2], -1523963137);
  92. PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][2], 1);
  93. PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][2], 1);
  94. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][2], 1);
  95. PlayerTextDrawSetSelectable(playerid, TDEditor_PTD[playerid][2], true);
  96.  
  97. TDEditor_PTD[playerid][3] = CreatePlayerTextDraw(playerid, 431.799468, 175.066513, "Age: ~y~click");
  98. PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][3], 0.400000, 1.600000);
  99. PlayerTextDrawTextSize(playerid, TDEditor_PTD[playerid][3], 0.000000, 135.000000);
  100. PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][3], 2);
  101. PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][3], -1);
  102. PlayerTextDrawUseBox(playerid, TDEditor_PTD[playerid][3], 1);
  103. PlayerTextDrawBoxColor(playerid, TDEditor_PTD[playerid][3], -1061109710);
  104. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][3], 1);
  105. PlayerTextDrawSetOutline(playerid, TDEditor_PTD[playerid][3], 0);
  106. PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][3], -1523963137);
  107. PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][3], 1);
  108. PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][3], 1);
  109. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][3], 1);
  110. PlayerTextDrawSetSelectable(playerid, TDEditor_PTD[playerid][3], true);
  111.  
  112. TDEditor_PTD[playerid][4] = CreatePlayerTextDraw(playerid, 215.799484, 206.426605, "Email: ~y~click");
  113. PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][4], 0.400000, 1.600000);
  114. PlayerTextDrawTextSize(playerid, TDEditor_PTD[playerid][4], 0.000000, 135.000000);
  115. PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][4], 2);
  116. PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][4], -1);
  117. PlayerTextDrawUseBox(playerid, TDEditor_PTD[playerid][4], 1);
  118. PlayerTextDrawBoxColor(playerid, TDEditor_PTD[playerid][4], -1061109710);
  119. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][4], 1);
  120. PlayerTextDrawSetOutline(playerid, TDEditor_PTD[playerid][4], 0);
  121. PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][4], -1523963137);
  122. PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][4], 1);
  123. PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][4], 1);
  124. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][4], 1);
  125. PlayerTextDrawSetSelectable(playerid, TDEditor_PTD[playerid][4], true);
  126.  
  127. TDEditor_PTD[playerid][5] = CreatePlayerTextDraw(playerid, 430.199249, 207.173233, "Referral: ~y~click");
  128. PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][5], 0.400000, 1.600000);
  129. PlayerTextDrawTextSize(playerid, TDEditor_PTD[playerid][5], 0.000000, 135.000000);
  130. PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][5], 2);
  131. PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][5], -1);
  132. PlayerTextDrawUseBox(playerid, TDEditor_PTD[playerid][5], 1);
  133. PlayerTextDrawBoxColor(playerid, TDEditor_PTD[playerid][5], -1061109710);
  134. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][5], 1);
  135. PlayerTextDrawSetOutline(playerid, TDEditor_PTD[playerid][5], 0);
  136. PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][5], -1523963137);
  137. PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][5], 1);
  138. PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][5], 1);
  139. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][5], 1);
  140. PlayerTextDrawSetSelectable(playerid, TDEditor_PTD[playerid][5], true);
  141.  
  142. TDEditor_PTD[playerid][6] = CreatePlayerTextDraw(playerid, 181.399154, 275.119964, "Login");
  143. PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][6], 0.572799, 1.592533);
  144. PlayerTextDrawTextSize(playerid, TDEditor_PTD[playerid][6], 0.000000, 139.000000);
  145. PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][6], 2);
  146. PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][6], -1);
  147. PlayerTextDrawUseBox(playerid, TDEditor_PTD[playerid][6], 1);
  148. PlayerTextDrawBoxColor(playerid, TDEditor_PTD[playerid][6], -256);
  149. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][6], 1);
  150. PlayerTextDrawSetOutline(playerid, TDEditor_PTD[playerid][6], 1);
  151. PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][6], -2147450625);
  152. PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][6], 2);
  153. PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][6], 1);
  154. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][6], 1);
  155. PlayerTextDrawSetSelectable(playerid, TDEditor_PTD[playerid][6], true);
  156.  
  157. TDEditor_PTD[playerid][7] = CreatePlayerTextDraw(playerid, 463.799072, 274.373229, "Close");
  158. PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][7], 0.572799, 1.592533);
  159. PlayerTextDrawTextSize(playerid, TDEditor_PTD[playerid][7], 0.000000, 139.000000);
  160. PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][7], 2);
  161. PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][7], -1);
  162. PlayerTextDrawUseBox(playerid, TDEditor_PTD[playerid][7], 1);
  163. PlayerTextDrawBoxColor(playerid, TDEditor_PTD[playerid][7], -256);
  164. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][7], 1);
  165. PlayerTextDrawSetOutline(playerid, TDEditor_PTD[playerid][7], 1);
  166. PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][7], -2147450625);
  167. PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][7], 2);
  168. PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][7], 1);
  169. PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][7], 1);
  170. PlayerTextDrawSetSelectable(playerid, TDEditor_PTD[playerid][7], true);
  171.  
  172.  
  173.  
  174.  
  175. //Total textdraws exported: 11 (3 global textdraws / 8 player textdraws) ~ 8/3/2020 ~ 14:52:52
  176. TDEditor V1.17 BY ADRI1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement