Textdraw Score?
#4

Aviv_Raj, you CANNOT use that in a function, also the tag is PlayerText:my_Var, not TextDraw.
You have to use TextDrawSetString(....);
pawn Код:
new PlayerText:welcomeText[MAX_PLAYERS];

TextDraw[playerid] = CreatePlayerTextDraw(playerid, 240.0, 580.0, "Kills ");
new st[10];
format(st, 10, "Kills: %d", PlayerInfo[playerid][Kills]);
PlayerTextDrawSetString(TextDraw[playerid], st);
PlayerTextDrawShow(playerid, welcomeText[playerid]);
Reply


Messages In This Thread
Textdraw Score? - by JimmyNeonHD - 13.04.2013, 07:37
Re: Textdraw Score? - by Avi Raj - 13.04.2013, 07:48
Re: Textdraw Score? - by JimmyNeonHD - 13.04.2013, 07:55
Re: Textdraw Score? - by RajatPawar - 13.04.2013, 07:57
Re: Textdraw Score? - by JimmyNeonHD - 13.04.2013, 08:01
Re: Textdraw Score? - by RajatPawar - 13.04.2013, 08:05
Re: Textdraw Score? - by JimmyNeonHD - 13.04.2013, 08:09
Re: Textdraw Score? - by JimmyNeonHD - 13.04.2013, 09:16
Re: Textdraw Score? - by Isolated - 13.04.2013, 09:24

Forum Jump:


Users browsing this thread: 2 Guest(s)