15.02.2014, 10:16
Hello there,
Can anyone explain why this textdraw doesn't appear ingame? I have tried almost everything but it still doesn't work.
Thanks.
Can anyone explain why this textdraw doesn't appear ingame? I have tried almost everything but it still doesn't work.
pawn Код:
Textdraw2[playerid] = CreatePlayerTextDraw(playerid, 541.666748, 377.481414, pInfo[playerid][points]);
PlayerTextDrawLetterSize(playerid, Textdraw2[playerid], 0.449999, 1.600000);
PlayerTextDrawAlignment(playerid, Textdraw2[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw2[playerid], 16711935);
PlayerTextDrawSetShadow(playerid, Textdraw2[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw2[playerid], 1);
PlayerTextDrawBackgroundColor(playerid, Textdraw2[playerid], 51);
PlayerTextDrawFont(playerid, Textdraw2[playerid], 1);
PlayerTextDrawSetProportional(playerid, Textdraw2[playerid], 1);