Why does this only work for playerid 0?
#1

Код:
TextDrawShowForPlayer(killerid, pointsTextDraw);
	SetTimer("points",2000,false);
]

Код:
public points(playerid)
{

    TextDrawHideForPlayer(playerid, pointsTextDraw);
}
The text draw appears but it only dissapears if your id is 0. any help?
Reply


Messages In This Thread
Why does this only work for playerid 0? - by Marshall_Banks - 30.10.2010, 17:25
Re: Why does this only work for playerid 0? - by Kyle - 30.10.2010, 17:29
Re: Why does this only work for playerid 0? - by Marshall_Banks - 30.10.2010, 17:37
Re: Why does this only work for playerid 0? - by Shubham - 30.10.2010, 19:51

Forum Jump:


Users browsing this thread: 1 Guest(s)