Textdraw problem
#1

Hello there,

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);
Thanks.
Reply


Messages In This Thread
Textdraw problem - by Nourdin - 15.02.2014, 10:16
Re: Textdraw problem - by Sawalha - 15.02.2014, 10:19
Re: Textdraw problem - by Nourdin - 15.02.2014, 10:19
Re: Textdraw problem - by Clad - 15.02.2014, 10:26
Re: Textdraw problem - by Nourdin - 15.02.2014, 10:29
Re: Textdraw problem - by Dignity - 15.02.2014, 11:09
Re: Textdraw problem - by Clad - 15.02.2014, 11:12
Re: Textdraw problem - by Nourdin - 15.02.2014, 12:11
Re: Textdraw problem - by redneckvideogamer - 15.02.2014, 12:32
Re: Textdraw problem - by Duck4coder - 15.02.2014, 15:38

Forum Jump:


Users browsing this thread: 3 Guest(s)