Player textdraw only works for id 0?
#1

Hello i have a problem, i have a textdraw that should be created for each player but it is only showing up for id 0 and not above. i have this:
pawn Код:
Clock[playerid] = CreatePlayerTextDraw(playerid, 550, 22, " ");
    PlayerTextDrawFont(playerid, Clock[playerid], 2);
    PlayerTextDrawColor(playerid, Clock[playerid], 16777215);
    PlayerTextDrawSetOutline(playerid, Clock[playerid], 1);
    PlayerTextDrawSetShadow(playerid, Clock[playerid], 0);
    PlayerTextDrawSetProportional(playerid, Clock[playerid], true);
    PlayerTextDrawLetterSize(playerid, Clock[playerid], 0.45, 2.0);
But it only works for id 0, anyone an idea why?
Reply


Messages In This Thread
Player textdraw only works for id 0? - by thimo - 03.12.2014, 14:44
Re: Player textdraw only works for id 0? - by UltraScripter - 03.12.2014, 14:46
Re: Player textdraw only works for id 0? - by Vince - 03.12.2014, 14:48
Re: Player textdraw only works for id 0? - by thimo - 03.12.2014, 14:48
Re: Player textdraw only works for id 0? - by BroZeus - 03.12.2014, 15:14
Re: Player textdraw only works for id 0? - by thimo - 03.12.2014, 15:58
Re: Player textdraw only works for id 0? - by Jay_ - 03.12.2014, 16:06
Re: Player textdraw only works for id 0? - by thimo - 03.12.2014, 17:02
Re: Player textdraw only works for id 0? - by Jay_ - 03.12.2014, 21:14
Re: Player textdraw only works for id 0? - by thimo - 04.12.2014, 05:33

Forum Jump:


Users browsing this thread: 1 Guest(s)