22.07.2014, 10:56
I found picture in other thread, with same problem. But here U go:
Код:
TD_Login[9][playerid] = CreatePlayerTextDraw(playerid, 479.999969, 191.146636, "Forgotten password?"); PlayerTextDrawLetterSize(playerid, TD_Login[9][playerid], 0.300000, 1.200000); PlayerTextDrawTextSize(playerid, TD_Login[9][playerid], 159.199981, 51.199990); PlayerTextDrawAlignment(playerid, TD_Login[9][playerid], 1); PlayerTextDrawColor(playerid, TD_Login[9][playerid], -1); PlayerTextDrawSetShadow(playerid, TD_Login[9][playerid], 0); PlayerTextDrawSetOutline(playerid, TD_Login[9][playerid], 1); PlayerTextDrawBackgroundColor(playerid, TD_Login[9][playerid], 51); PlayerTextDrawFont(playerid, TD_Login[9][playerid], 1); PlayerTextDrawSetProportional(playerid, TD_Login[9][playerid], 1); PlayerTextDrawSetSelectable(playerid, TD_Login[9][playerid], true);