Advertisement
Guest User

Login Textdraw by LucaPawn

a guest
Nov 22nd, 2019
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 3.92 KB | None | 0 0
  1. new
  2.     Text:LoginTD[2],   // la inceput de gm ok ? :}}}}
  3.     PlayerText: LoginPTD[3];
  4.  
  5. //////////////////////////////////////////////////////////////////////////////////
  6.  
  7.  
  8.     LoginTD[0] = TextDrawCreate(186.000000, 145.946563, "box");
  9.     TextDrawLetterSize(LoginTD[0], 0.000000, 14.312061);
  10.     TextDrawTextSize(LoginTD[0], 445.620605, 0.000000);
  11.     TextDrawAlignment(LoginTD[0], 1);
  12.     TextDrawColor(LoginTD[0], -1);
  13.     TextDrawUseBox(LoginTD[0], 1);
  14.     TextDrawBoxColor(LoginTD[0], 92);
  15.     TextDrawSetShadow(LoginTD[0], 0);
  16.     TextDrawSetOutline(LoginTD[0], 0);
  17.     TextDrawBackgroundColor(LoginTD[0], 255);
  18.     TextDrawFont(LoginTD[0], 1);
  19.     TextDrawSetProportional(LoginTD[0], 0);
  20.     TextDrawSetShadow(LoginTD[0], 0);
  21.  
  22.     LoginTD[1] = TextDrawCreate(315.600006, 124.293327, "Login");
  23.     TextDrawLetterSize(LoginTD[1], 0.544800, 1.480533);
  24.     TextDrawTextSize(LoginTD[1], -0.019999, 259.000000);
  25.     TextDrawAlignment(LoginTD[1], 2);
  26.     TextDrawColor(LoginTD[1], -1);
  27.     TextDrawUseBox(LoginTD[1], 1);
  28.     TextDrawBoxColor(LoginTD[1], -2080177921);
  29.     TextDrawSetShadow(LoginTD[1], 0);
  30.     TextDrawSetOutline(LoginTD[1], 0);
  31.     TextDrawBackgroundColor(LoginTD[1], 15859967);
  32.     TextDrawFont(LoginTD[1], 2);
  33.     TextDrawSetProportional(LoginTD[1], 1);
  34.     TextDrawSetShadow(LoginTD[1], 0);
  35.  
  36. //////////////////////////////////////////////////////////////////////
  37.  
  38.  
  39.     LoginPTD[0] = CreatePlayerTextDraw(playerid, 199.599945, 161.626678, "Name: LucaPawn");
  40.     PlayerTextDrawLetterSize(playerid, LoginPTD[0], 0.433599, 1.532799);
  41.     PlayerTextDrawTextSize(playerid, LoginPTD[0], 431.969970, 20.000000);
  42.     PlayerTextDrawAlignment(playerid, LoginPTD[0], 1);
  43.     PlayerTextDrawColor(playerid, LoginPTD[0], -1);
  44.     PlayerTextDrawUseBox(playerid, LoginPTD[0], 1);
  45.     PlayerTextDrawBoxColor(playerid, LoginPTD[0], 255);
  46.     PlayerTextDrawSetShadow(playerid, LoginPTD[0], 0);
  47.     PlayerTextDrawSetOutline(playerid, LoginPTD[0], -1);
  48.     PlayerTextDrawBackgroundColor(playerid, LoginPTD[0], 255);
  49.     PlayerTextDrawFont(playerid, LoginPTD[0], 2);
  50.     PlayerTextDrawSetProportional(playerid, LoginPTD[0], 1);
  51.     PlayerTextDrawSetShadow(playerid, LoginPTD[0], 0);
  52.     PlayerTextDrawSetSelectable(playerid, LoginPTD[0], true);
  53.  
  54.     LoginPTD[1] = CreatePlayerTextDraw(playerid, 199.899871, 190.653533, "Password: Click");
  55.     PlayerTextDrawLetterSize(playerid, LoginPTD[1], 0.436799, 1.637332);
  56.     PlayerTextDrawTextSize(playerid, LoginPTD[1], 432.099945, 20.000000);
  57.     PlayerTextDrawAlignment(playerid, LoginPTD[1], 1);
  58.     PlayerTextDrawColor(playerid, LoginPTD[1], -1);
  59.     PlayerTextDrawUseBox(playerid, LoginPTD[1], 1);
  60.     PlayerTextDrawBoxColor(playerid, LoginPTD[1], 255);
  61.     PlayerTextDrawSetShadow(playerid, LoginPTD[1], 0);
  62.     PlayerTextDrawSetOutline(playerid, LoginPTD[1], -1);
  63.     PlayerTextDrawBackgroundColor(playerid, LoginPTD[1], 255);
  64.     PlayerTextDrawFont(playerid, LoginPTD[1], 2);
  65.     PlayerTextDrawSetProportional(playerid, LoginPTD[1], 1);
  66.     PlayerTextDrawSetShadow(playerid, LoginPTD[1], 0);
  67.     PlayerTextDrawSetSelectable(playerid, LoginPTD[1], true);
  68.  
  69.     LoginPTD[2] = CreatePlayerTextDraw(playerid, 315.599975, 265.326843, "Last Login:~n~20.03.2001 23:00:00");
  70.     PlayerTextDrawLetterSize(playerid, LoginPTD[2], 0.370400, 1.510399);
  71.     PlayerTextDrawTextSize(playerid, LoginPTD[2], -0.019999, 258.530517);
  72.     PlayerTextDrawAlignment(playerid, LoginPTD[2], 2);
  73.     PlayerTextDrawColor(playerid, LoginPTD[2], -1);
  74.     PlayerTextDrawUseBox(playerid, LoginPTD[2], 1);
  75.     PlayerTextDrawBoxColor(playerid, LoginPTD[2], -2080177921);
  76.     PlayerTextDrawSetShadow(playerid, LoginPTD[2], 0);
  77.     PlayerTextDrawSetOutline(playerid, LoginPTD[2], 0);
  78.     PlayerTextDrawBackgroundColor(playerid, LoginPTD[2], 15859967);
  79.     PlayerTextDrawFont(playerid, LoginPTD[2], 2);
  80.     PlayerTextDrawSetProportional(playerid, LoginPTD[2], 1);
  81.     PlayerTextDrawSetShadow(playerid, LoginPTD[2], 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement