Advertisement
Marlborox

Untitled

Jan 20th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.85 KB | None | 0 0
  1. //Global TextDraws:
  2.  
  3.  
  4. new Text:LoginTD[2];
  5.  
  6. LoginTD[0] = TextDrawCreate(251.518096, 111.250419, "box");
  7. TextDrawLetterSize(LoginTD[0], 0.000000, 21.507751);
  8. TextDrawTextSize(LoginTD[0], 397.000000, 0.000000);
  9. TextDrawAlignment(LoginTD[0], 1);
  10. TextDrawColor(LoginTD[0], -1);
  11. TextDrawUseBox(LoginTD[0], 1);
  12. TextDrawBoxColor(LoginTD[0], 63);
  13. TextDrawSetShadow(LoginTD[0], 0);
  14. TextDrawSetOutline(LoginTD[0], 0);
  15. TextDrawBackgroundColor(LoginTD[0], 255);
  16. TextDrawFont(LoginTD[0], 1);
  17. TextDrawSetProportional(LoginTD[0], 1);
  18. TextDrawSetShadow(LoginTD[0], 0);
  19.  
  20. LoginTD[1] = TextDrawCreate(324.028167, 94.533462, "Login");
  21. TextDrawLetterSize(LoginTD[1], 0.400000, 1.600000);
  22. TextDrawTextSize(LoginTD[1], 0.000000, 146.000000);
  23. TextDrawAlignment(LoginTD[1], 2);
  24. TextDrawColor(LoginTD[1], -1);
  25. TextDrawUseBox(LoginTD[1], 1);
  26. TextDrawBoxColor(LoginTD[1], 255);
  27. TextDrawSetShadow(LoginTD[1], 1);
  28. TextDrawSetOutline(LoginTD[1], 1);
  29. TextDrawBackgroundColor(LoginTD[1], 255);
  30. TextDrawFont(LoginTD[1], 2);
  31. TextDrawSetProportional(LoginTD[1], 1);
  32. TextDrawSetShadow(LoginTD[1], 1);
  33.  
  34.  
  35.  
  36. //Player TextDraws:
  37.  
  38.  
  39. new PlayerText:LoginPTD[MAX_PLAYERS][4];
  40.  
  41. LoginPTD[playerid][0] = CreatePlayerTextDraw(playerid, 251.275878, 246.850967, "Name: Edison");
  42. PlayerTextDrawLetterSize(playerid, LoginPTD[playerid][0], 0.259911, 1.413334);
  43. PlayerTextDrawTextSize(playerid, LoginPTD[playerid][0], 397.239257, 0.000000);
  44. PlayerTextDrawAlignment(playerid, LoginPTD[playerid][0], 1);
  45. PlayerTextDrawColor(playerid, LoginPTD[playerid][0], -1);
  46. PlayerTextDrawUseBox(playerid, LoginPTD[playerid][0], 1);
  47. PlayerTextDrawBoxColor(playerid, LoginPTD[playerid][0], 255);
  48. PlayerTextDrawSetShadow(playerid, LoginPTD[playerid][0], 1);
  49. PlayerTextDrawSetOutline(playerid, LoginPTD[playerid][0], 1);
  50. PlayerTextDrawBackgroundColor(playerid, LoginPTD[playerid][0], 255);
  51. PlayerTextDrawFont(playerid, LoginPTD[playerid][0], 2);
  52. PlayerTextDrawSetProportional(playerid, LoginPTD[playerid][0], 1);
  53. PlayerTextDrawSetShadow(playerid, LoginPTD[playerid][0], 1);
  54.  
  55. LoginPTD[playerid][1] = CreatePlayerTextDraw(playerid, 251.207427, 268.350555, "Password: Click");
  56. PlayerTextDrawLetterSize(playerid, LoginPTD[playerid][1], 0.259911, 1.413334);
  57. PlayerTextDrawTextSize(playerid, LoginPTD[playerid][1], 397.200012, 0.000000);
  58. PlayerTextDrawAlignment(playerid, LoginPTD[playerid][1], 1);
  59. PlayerTextDrawColor(playerid, LoginPTD[playerid][1], -1);
  60. PlayerTextDrawUseBox(playerid, LoginPTD[playerid][1], 1);
  61. PlayerTextDrawBoxColor(playerid, LoginPTD[playerid][1], 255);
  62. PlayerTextDrawSetShadow(playerid, LoginPTD[playerid][1], 1);
  63. PlayerTextDrawSetOutline(playerid, LoginPTD[playerid][1], 1);
  64. PlayerTextDrawBackgroundColor(playerid, LoginPTD[playerid][1], 255);
  65. PlayerTextDrawFont(playerid, LoginPTD[playerid][1], 2);
  66. PlayerTextDrawSetProportional(playerid, LoginPTD[playerid][1], 1);
  67. PlayerTextDrawSetShadow(playerid, LoginPTD[playerid][1], 1);
  68. PlayerTextDrawSetSelectable(playerid, LoginPTD[playerid][1], true);
  69.  
  70. LoginPTD[playerid][2] = CreatePlayerTextDraw(playerid, 324.333892, 290.919830, "Last Login: ~n~11.01.1998 12.11.10");
  71. PlayerTextDrawLetterSize(playerid, LoginPTD[playerid][2], 0.260847, 1.792500);
  72. PlayerTextDrawTextSize(playerid, LoginPTD[playerid][2], 0.000000, 145.810104);
  73. PlayerTextDrawAlignment(playerid, LoginPTD[playerid][2], 2);
  74. PlayerTextDrawColor(playerid, LoginPTD[playerid][2], -1);
  75. PlayerTextDrawUseBox(playerid, LoginPTD[playerid][2], 1);
  76. PlayerTextDrawBoxColor(playerid, LoginPTD[playerid][2], 255);
  77. PlayerTextDrawSetShadow(playerid, LoginPTD[playerid][2], 1);
  78. PlayerTextDrawSetOutline(playerid, LoginPTD[playerid][2], 5);
  79. PlayerTextDrawBackgroundColor(playerid, LoginPTD[playerid][2], 255);
  80. PlayerTextDrawFont(playerid, LoginPTD[playerid][2], 1);
  81. PlayerTextDrawSetProportional(playerid, LoginPTD[playerid][2], 1);
  82. PlayerTextDrawSetShadow(playerid, LoginPTD[playerid][2], 1);
  83.  
  84. LoginPTD[playerid][3] = CreatePlayerTextDraw(playerid, 255.629287, 106.433021, "");
  85. PlayerTextDrawLetterSize(playerid, LoginPTD[playerid][3], 0.000000, 0.000000);
  86. PlayerTextDrawTextSize(playerid, LoginPTD[playerid][3], 130.000000, 130.000000);
  87. PlayerTextDrawAlignment(playerid, LoginPTD[playerid][3], 1);
  88. PlayerTextDrawColor(playerid, LoginPTD[playerid][3], -1);
  89. PlayerTextDrawSetShadow(playerid, LoginPTD[playerid][3], 0);
  90. PlayerTextDrawSetOutline(playerid, LoginPTD[playerid][3], 0);
  91. PlayerTextDrawBackgroundColor(playerid, LoginPTD[playerid][3], 0);
  92. PlayerTextDrawFont(playerid, LoginPTD[playerid][3], 5);
  93. PlayerTextDrawSetProportional(playerid, LoginPTD[playerid][3], 0);
  94. PlayerTextDrawSetShadow(playerid, LoginPTD[playerid][3], 0);
  95. PlayerTextDrawSetPreviewModel(playerid, LoginPTD[playerid][3], 0);
  96. PlayerTextDrawSetPreviewRot(playerid, LoginPTD[playerid][3], 0.000000, 0.000000, 0.000000, 1.000000);
  97.  
  98.  
  99.  
  100.  
  101. //Total textdraws exported: 6 (2 global textdraws / 4 player textdraws) ~ 20/1/2019 ~ 0:5:25
  102. TDEditor V1.17 BY ADRI1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement