25.09.2017, 09:32
Up..
I have try with 1 textdraw, he don't are deleted:
I have try with 1 textdraw, he don't are deleted:
PHP код:
new PlayerText:ClassTextDraw[MAX_PLAYERS];
PlayerTextDrawLetterSize(playerid, ClassTextDraw[playerid], 0.000000, 11.390331);
PlayerTextDrawTextSize(playerid, ClassTextDraw[playerid], 160.000000, 0.000000);
PlayerTextDrawAlignment(playerid, ClassTextDraw[playerid], 1);
PlayerTextDrawColor(playerid, ClassTextDraw[playerid], 0);
PlayerTextDrawUseBox(playerid, ClassTextDraw[playerid], true);
PlayerTextDrawBoxColor(playerid, ClassTextDraw[playerid], 102);
PlayerTextDrawSetShadow(playerid, ClassTextDraw[playerid], 0);
PlayerTextDrawSetOutline(playerid, ClassTextDraw[playerid], 0);
PlayerTextDrawFont(playerid, ClassTextDraw[playerid], 0);
PlayerTextDrawShow(playerid,ClassTextDraw[playerid]);
PlayerTextDrawDestroy(playerid,ClassTextDraw[playerid]);