24.01.2014, 11:24
Всем привет. Сделал я значит текстдрав.
Координаты для PlayerTextDrawTextSize подобрал, включив UseBox для этого TD. Все равно, при наведении курсором на тд, он не выделяется
PHP код:
TD_1[playerid] = CreatePlayerTextDraw(playerid, 477.714324, 251.306610, "1");
PlayerTextDrawLetterSize(playerid, TD_1[playerid], 0.449999, 1.600000);
PlayerTextDrawAlignment(playerid, TD_1[playerid], 1);
PlayerTextDrawColor(playerid, TD_1[playerid], -1);
PlayerTextDrawSetShadow(playerid, TD_1[playerid], 0);
PlayerTextDrawSetOutline(playerid, TD_1[playerid], 1);
PlayerTextDrawBackgroundColor(playerid, TD_1[playerid], 51);
PlayerTextDrawFont(playerid, TD_1[playerid], 1);
PlayerTextDrawSetProportional(playerid, TD_1[playerid], 1);
PlayerTextDrawTextSize(playerid, TD_1[playerid], 484.571441, -10.666749);
PlayerTextDrawSetSelectable(playerid, TD_1[playerid], true);