04.08.2015, 17:38
Hi all , i have a problem with a selectable textdraw , i cant select him and the color dont change
this is my code :
Ps : Sorry for mi bad english
this is my code :
PHP код:
login_inscription[playerid] = CreatePlayerTextDraw(playerid, 146.638015, 208.206161, "usebox");
PlayerTextDrawLetterSize(playerid, login_inscription[playerid], 0.000000, 2.691389);
PlayerTextDrawTextSize(playerid, login_inscription[playerid], 55.838146, 0.000000);
PlayerTextDrawAlignment(playerid, login_inscription[playerid], 1);
PlayerTextDrawColor(playerid, login_inscription[playerid], 0);
PlayerTextDrawUseBox(playerid, login_inscription[playerid], true);
PlayerTextDrawBoxColor(playerid, login_inscription[playerid], -5963521);
PlayerTextDrawSetShadow(playerid, login_inscription[playerid], 0);
PlayerTextDrawSetOutline(playerid, login_inscription[playerid], 0);
PlayerTextDrawFont(playerid, login_inscription[playerid], 0);
PlayerTextDrawSetSelectable(playerid, login_inscription[playerid], true);