03.12.2014, 14:44
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:
But it only works for id 0, anyone an idea why?
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);