19.01.2019, 01:32
Code:
Box0[playerid] = CreatePlayerTextDraw(playerid, 362.941192, 166.000000, "usebox"); PlayerTextDrawLetterSize(playerid, Box0[playerid], 0.000000, -3.038888); PlayerTextDrawTextSize(playerid, Box0[playerid], 254.000015, 0.000000); PlayerTextDrawAlignment(playerid, Box0[playerid], 1); PlayerTextDrawColor(playerid, Box0[playerid], 0); PlayerTextDrawUseBox(playerid, Box0[playerid], true); PlayerTextDrawBoxColor(playerid, Box0[playerid], 102); PlayerTextDrawSetShadow(playerid, Box0[playerid], 0); PlayerTextDrawSetOutline(playerid, Box0[playerid], 0); PlayerTextDrawFont(playerid, Box0[playerid], 0); Logar[playerid] = CreatePlayerTextDraw(playerid, 287.058807, 144.666702, "Logar"); PlayerTextDrawLetterSize(playerid, Logar[playerid], 0.449999, 1.600000); PlayerTextDrawTextSize(playerid, Logar[playerid], 287.058807, 10.666702); PlayerTextDrawAlignment(playerid, Logar[playerid], 1); PlayerTextDrawColor(playerid, Logar[playerid], -1); PlayerTextDrawSetShadow(playerid, Logar[playerid], 0); PlayerTextDrawSetOutline(playerid, Logar[playerid], 1); PlayerTextDrawBackgroundColor(playerid, Logar[playerid], 51); PlayerTextDrawFont(playerid, Logar[playerid], 1); PlayerTextDrawSetProportional(playerid, Logar[playerid], 1); PlayerTextDrawSetSelectable(playerid, Logar[playerid], 1); Box1[playerid] = CreatePlayerTextDraw(playerid, 364.823486, 176.500030, "usebox"); PlayerTextDrawLetterSize(playerid, Box1[playerid], 0.000000, 2.146295); PlayerTextDrawTextSize(playerid, Box1[playerid], 253.529418, 0.000000); PlayerTextDrawAlignment(playerid, Box1[playerid], 1); PlayerTextDrawColor(playerid, Box1[playerid], 0); PlayerTextDrawUseBox(playerid, Box1[playerid], true); PlayerTextDrawBoxColor(playerid, Box1[playerid], 102); PlayerTextDrawSetShadow(playerid, Box1[playerid], 0); PlayerTextDrawSetOutline(playerid, Box1[playerid], 0); PlayerTextDrawFont(playerid, Box1[playerid], 0); Registro[playerid] = CreatePlayerTextDraw(playerid, 278.117645, 179.083328, "Registro"); PlayerTextDrawLetterSize(playerid, Registro[playerid], 0.449999, 1.600000); PlayerTextDrawTextSize(playerid, Registro[playerid], 253.058807, 10.666702); PlayerTextDrawAlignment(playerid, Registro[playerid], 1); PlayerTextDrawColor(playerid, Registro[playerid], -1); PlayerTextDrawSetShadow(playerid, Registro[playerid], 0); PlayerTextDrawSetOutline(playerid, Registro[playerid], 1); PlayerTextDrawBackgroundColor(playerid, Registro[playerid], 51); PlayerTextDrawFont(playerid, Registro[playerid], 1); PlayerTextDrawSetProportional(playerid, Registro[playerid], 1); PlayerTextDrawSetSelectable(playerid, Registro[playerid], 1);