Advertisement
Guest User

Register TextDraw

a guest
Jan 17th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.35 KB | None | 0 0
  1. //Global TextDraws:
  2.  
  3.  
  4. new Text: RegisterTD[4];
  5.  
  6. RegisterTD[3] = TextDrawCreate(220.190338, 88.499969, "box");
  7. TextDrawLetterSize(RegisterTD[0], 0.000000, 25.461196);
  8. TextDrawTextSize(RegisterTD[0], 402.005371, 0.000000);
  9. TextDrawAlignment(RegisterTD[0], 1);
  10. TextDrawColor(RegisterTD[0], -1);
  11. TextDrawUseBox(RegisterTD[0], 1);
  12. TextDrawBoxColor(RegisterTD[0], 16777215);
  13. TextDrawSetShadow(RegisterTD[0], 0);
  14. TextDrawSetOutline(RegisterTD[0], 0);
  15. TextDrawBackgroundColor(RegisterTD[0], 255);
  16. TextDrawFont(RegisterTD[0], 1);
  17. TextDrawSetProportional(RegisterTD[0], 1);
  18. TextDrawSetShadow(RegisterTD[0], 0);
  19.  
  20. RegisterTD[2] = TextDrawCreate(310.614624, 67.500030, "REGISTER");
  21. TextDrawLetterSize(RegisterTD[1], 0.400000, 1.600000);
  22. TextDrawTextSize(RegisterTD[1], -0.049999, 182.086486);
  23. TextDrawAlignment(RegisterTD[1], 2);
  24. TextDrawColor(RegisterTD[1], -16776961);
  25. TextDrawUseBox(RegisterTD[1], 1);
  26. TextDrawBoxColor(RegisterTD[1], 65535);
  27. TextDrawSetShadow(RegisterTD[1], 0);
  28. TextDrawSetOutline(RegisterTD[1], 0);
  29. TextDrawBackgroundColor(RegisterTD[1], 255);
  30. TextDrawFont(RegisterTD[1], 3);
  31. TextDrawSetProportional(RegisterTD[1], 1);
  32. TextDrawSetShadow(RegisterTD[1], 0);
  33.  
  34. RegisterTD[1] = TextDrawCreate(314.363037, 118.833328, "Name: Master47.");
  35. TextDrawLetterSize(RegisterTD[2], 0.400000, 1.600000);
  36. TextDrawTextSize(RegisterTD[2], 0.000000, 130.080474);
  37. TextDrawAlignment(RegisterTD[2], 2);
  38. TextDrawColor(RegisterTD[2], -1);
  39. TextDrawUseBox(RegisterTD[2], 1);
  40. TextDrawBoxColor(RegisterTD[2], -16776961);
  41. TextDrawSetShadow(RegisterTD[2], 0);
  42. TextDrawSetOutline(RegisterTD[2], 0);
  43. TextDrawBackgroundColor(RegisterTD[2], 255);
  44. TextDrawFont(RegisterTD[2], 3);
  45. TextDrawSetProportional(RegisterTD[2], 1);
  46. TextDrawSetShadow(RegisterTD[2], 0);
  47.  
  48. RegisterTD[0] = TextDrawCreate(301.713195, 311.916717, "REGISTER");
  49. TextDrawLetterSize(RegisterTD[3], 0.400000, 1.600000);
  50. TextDrawTextSize(RegisterTD[3], 0.000000, 83.696853);
  51. TextDrawAlignment(RegisterTD[3], 2);
  52. TextDrawColor(RegisterTD[3], 16777215);
  53. TextDrawUseBox(RegisterTD[3], 1);
  54. TextDrawBoxColor(RegisterTD[3], -16776961);
  55. TextDrawSetShadow(RegisterTD[3], 0);
  56. TextDrawSetOutline(RegisterTD[3], 0);
  57. TextDrawBackgroundColor(RegisterTD[3], 255);
  58. TextDrawFont(RegisterTD[3], 3);
  59. TextDrawSetProportional(RegisterTD[3], 1);
  60. TextDrawSetShadow(RegisterTD[3], 0);
  61. TextDrawSetSelectable(RegisterTD[3], true);
  62.  
  63.  
  64.  
  65. //Player TextDraws:
  66.  
  67.  
  68. new PlayerText: RegisterPTD[3];
  69.  
  70. RegisterPTD[playerid][2] = CreatePlayerTextDraw(playerid, 311.551452, 154.416854, "Password: ~b~CLICK");
  71. PlayerTextDrawLetterSize(playerid, RegisterPTD[playerid][0], 0.394846, 1.535833);
  72. PlayerTextDrawTextSize(playerid, RegisterPTD[playerid][0], 0.000000, 125.863800);
  73. PlayerTextDrawAlignment(playerid, RegisterPTD[playerid][0], 2);
  74. PlayerTextDrawColor(playerid, RegisterPTD[playerid][0], -1);
  75. PlayerTextDrawUseBox(playerid, RegisterPTD[playerid][0], 1);
  76. PlayerTextDrawBoxColor(playerid, RegisterPTD[playerid][0], -16776961);
  77. PlayerTextDrawSetShadow(playerid, RegisterPTD[playerid][0], 0);
  78. PlayerTextDrawSetOutline(playerid, RegisterPTD[playerid][0], 0);
  79. PlayerTextDrawBackgroundColor(playerid, RegisterPTD[playerid][0], 255);
  80. PlayerTextDrawFont(playerid, RegisterPTD[playerid][0], 3);
  81. PlayerTextDrawSetProportional(playerid, RegisterPTD[playerid][0], 1);
  82. PlayerTextDrawSetShadow(playerid, RegisterPTD[playerid][0], 0);
  83. PlayerTextDrawSetSelectable(playerid, RegisterPTD[playerid][0], true);
  84.  
  85. RegisterPTD[playerid][1] = CreatePlayerTextDraw(playerid, 312.488769, 191.750061, "Email: ~g~CLICK");
  86. PlayerTextDrawLetterSize(playerid, RegisterPTD[playerid][1], 0.581317, 1.279167);
  87. PlayerTextDrawTextSize(playerid, RegisterPTD[playerid][1], 0.000000, 126.801162);
  88. PlayerTextDrawAlignment(playerid, RegisterPTD[playerid][1], 2);
  89. PlayerTextDrawColor(playerid, RegisterPTD[playerid][1], -1);
  90. PlayerTextDrawUseBox(playerid, RegisterPTD[playerid][1], 1);
  91. PlayerTextDrawBoxColor(playerid, RegisterPTD[playerid][1], -16776961);
  92. PlayerTextDrawSetShadow(playerid, RegisterPTD[playerid][1], 0);
  93. PlayerTextDrawSetOutline(playerid, RegisterPTD[playerid][1], 0);
  94. PlayerTextDrawBackgroundColor(playerid, RegisterPTD[playerid][1], 255);
  95. PlayerTextDrawFont(playerid, RegisterPTD[playerid][1], 3);
  96. PlayerTextDrawSetProportional(playerid, RegisterPTD[playerid][1], 1);
  97. PlayerTextDrawSetShadow(playerid, RegisterPTD[playerid][1], 0);
  98. PlayerTextDrawSetSelectable(playerid, RegisterPTD[playerid][1], true);
  99.  
  100. RegisterPTD[playerid][0] = CreatePlayerTextDraw(playerid, 311.551513, 234.916732, "Age: ~p~CLICK");
  101. PlayerTextDrawLetterSize(playerid, RegisterPTD[playerid][2], 0.583191, 1.279167);
  102. PlayerTextDrawTextSize(playerid, RegisterPTD[playerid][2], 0.000000, 126.801162);
  103. PlayerTextDrawAlignment(playerid, RegisterPTD[playerid][2], 2);
  104. PlayerTextDrawColor(playerid, RegisterPTD[playerid][2], -1);
  105. PlayerTextDrawUseBox(playerid, RegisterPTD[playerid][2], 1);
  106. PlayerTextDrawBoxColor(playerid, RegisterPTD[playerid][2], -16776961);
  107. PlayerTextDrawSetShadow(playerid, RegisterPTD[playerid][2], 0);
  108. PlayerTextDrawSetOutline(playerid, RegisterPTD[playerid][2], 0);
  109. PlayerTextDrawBackgroundColor(playerid, RegisterPTD[playerid][2], 255);
  110. PlayerTextDrawFont(playerid, RegisterPTD[playerid][2], 3);
  111. PlayerTextDrawSetProportional(playerid, RegisterPTD[playerid][2], 1);
  112. PlayerTextDrawSetShadow(playerid, RegisterPTD[playerid][2], 0);
  113. PlayerTextDrawSetSelectable(playerid, RegisterPTD[playerid][2], true);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement