Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Global TextDraws:
- new Text:LoginTD[2];
- LoginTD[0] = TextDrawCreate(251.518096, 111.250419, "box");
- TextDrawLetterSize(LoginTD[0], 0.000000, 21.507751);
- TextDrawTextSize(LoginTD[0], 397.000000, 0.000000);
- TextDrawAlignment(LoginTD[0], 1);
- TextDrawColor(LoginTD[0], -1);
- TextDrawUseBox(LoginTD[0], 1);
- TextDrawBoxColor(LoginTD[0], 63);
- TextDrawSetShadow(LoginTD[0], 0);
- TextDrawSetOutline(LoginTD[0], 0);
- TextDrawBackgroundColor(LoginTD[0], 255);
- TextDrawFont(LoginTD[0], 1);
- TextDrawSetProportional(LoginTD[0], 1);
- TextDrawSetShadow(LoginTD[0], 0);
- LoginTD[1] = TextDrawCreate(324.028167, 94.533462, "Login");
- TextDrawLetterSize(LoginTD[1], 0.400000, 1.600000);
- TextDrawTextSize(LoginTD[1], 0.000000, 146.000000);
- TextDrawAlignment(LoginTD[1], 2);
- TextDrawColor(LoginTD[1], -1);
- TextDrawUseBox(LoginTD[1], 1);
- TextDrawBoxColor(LoginTD[1], 255);
- TextDrawSetShadow(LoginTD[1], 1);
- TextDrawSetOutline(LoginTD[1], 1);
- TextDrawBackgroundColor(LoginTD[1], 255);
- TextDrawFont(LoginTD[1], 2);
- TextDrawSetProportional(LoginTD[1], 1);
- TextDrawSetShadow(LoginTD[1], 1);
- //Player TextDraws:
- new PlayerText:LoginPTD[MAX_PLAYERS][4];
- LoginPTD[playerid][0] = CreatePlayerTextDraw(playerid, 251.275878, 246.850967, "Name: Edison");
- PlayerTextDrawLetterSize(playerid, LoginPTD[playerid][0], 0.259911, 1.413334);
- PlayerTextDrawTextSize(playerid, LoginPTD[playerid][0], 397.239257, 0.000000);
- PlayerTextDrawAlignment(playerid, LoginPTD[playerid][0], 1);
- PlayerTextDrawColor(playerid, LoginPTD[playerid][0], -1);
- PlayerTextDrawUseBox(playerid, LoginPTD[playerid][0], 1);
- PlayerTextDrawBoxColor(playerid, LoginPTD[playerid][0], 255);
- PlayerTextDrawSetShadow(playerid, LoginPTD[playerid][0], 1);
- PlayerTextDrawSetOutline(playerid, LoginPTD[playerid][0], 1);
- PlayerTextDrawBackgroundColor(playerid, LoginPTD[playerid][0], 255);
- PlayerTextDrawFont(playerid, LoginPTD[playerid][0], 2);
- PlayerTextDrawSetProportional(playerid, LoginPTD[playerid][0], 1);
- PlayerTextDrawSetShadow(playerid, LoginPTD[playerid][0], 1);
- LoginPTD[playerid][1] = CreatePlayerTextDraw(playerid, 251.207427, 268.350555, "Password: Click");
- PlayerTextDrawLetterSize(playerid, LoginPTD[playerid][1], 0.259911, 1.413334);
- PlayerTextDrawTextSize(playerid, LoginPTD[playerid][1], 397.200012, 0.000000);
- PlayerTextDrawAlignment(playerid, LoginPTD[playerid][1], 1);
- PlayerTextDrawColor(playerid, LoginPTD[playerid][1], -1);
- PlayerTextDrawUseBox(playerid, LoginPTD[playerid][1], 1);
- PlayerTextDrawBoxColor(playerid, LoginPTD[playerid][1], 255);
- PlayerTextDrawSetShadow(playerid, LoginPTD[playerid][1], 1);
- PlayerTextDrawSetOutline(playerid, LoginPTD[playerid][1], 1);
- PlayerTextDrawBackgroundColor(playerid, LoginPTD[playerid][1], 255);
- PlayerTextDrawFont(playerid, LoginPTD[playerid][1], 2);
- PlayerTextDrawSetProportional(playerid, LoginPTD[playerid][1], 1);
- PlayerTextDrawSetShadow(playerid, LoginPTD[playerid][1], 1);
- PlayerTextDrawSetSelectable(playerid, LoginPTD[playerid][1], true);
- LoginPTD[playerid][2] = CreatePlayerTextDraw(playerid, 324.333892, 290.919830, "Last Login: ~n~11.01.1998 12.11.10");
- PlayerTextDrawLetterSize(playerid, LoginPTD[playerid][2], 0.260847, 1.792500);
- PlayerTextDrawTextSize(playerid, LoginPTD[playerid][2], 0.000000, 145.810104);
- PlayerTextDrawAlignment(playerid, LoginPTD[playerid][2], 2);
- PlayerTextDrawColor(playerid, LoginPTD[playerid][2], -1);
- PlayerTextDrawUseBox(playerid, LoginPTD[playerid][2], 1);
- PlayerTextDrawBoxColor(playerid, LoginPTD[playerid][2], 255);
- PlayerTextDrawSetShadow(playerid, LoginPTD[playerid][2], 1);
- PlayerTextDrawSetOutline(playerid, LoginPTD[playerid][2], 5);
- PlayerTextDrawBackgroundColor(playerid, LoginPTD[playerid][2], 255);
- PlayerTextDrawFont(playerid, LoginPTD[playerid][2], 1);
- PlayerTextDrawSetProportional(playerid, LoginPTD[playerid][2], 1);
- PlayerTextDrawSetShadow(playerid, LoginPTD[playerid][2], 1);
- LoginPTD[playerid][3] = CreatePlayerTextDraw(playerid, 255.629287, 106.433021, "");
- PlayerTextDrawLetterSize(playerid, LoginPTD[playerid][3], 0.000000, 0.000000);
- PlayerTextDrawTextSize(playerid, LoginPTD[playerid][3], 130.000000, 130.000000);
- PlayerTextDrawAlignment(playerid, LoginPTD[playerid][3], 1);
- PlayerTextDrawColor(playerid, LoginPTD[playerid][3], -1);
- PlayerTextDrawSetShadow(playerid, LoginPTD[playerid][3], 0);
- PlayerTextDrawSetOutline(playerid, LoginPTD[playerid][3], 0);
- PlayerTextDrawBackgroundColor(playerid, LoginPTD[playerid][3], 0);
- PlayerTextDrawFont(playerid, LoginPTD[playerid][3], 5);
- PlayerTextDrawSetProportional(playerid, LoginPTD[playerid][3], 0);
- PlayerTextDrawSetShadow(playerid, LoginPTD[playerid][3], 0);
- PlayerTextDrawSetPreviewModel(playerid, LoginPTD[playerid][3], 0);
- PlayerTextDrawSetPreviewRot(playerid, LoginPTD[playerid][3], 0.000000, 0.000000, 0.000000, 1.000000);
- //Total textdraws exported: 6 (2 global textdraws / 4 player textdraws) ~ 20/1/2019 ~ 0:5:25
- TDEditor V1.17 BY ADRI1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement