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
#2

Insted do this, Replace the timer with this

SetTimerEx("points", 2000, false, "i", playerid);
Reply
#3

It stopped working for player id 0 to.
Reply
#4

Use this:

SetTimerEx("points", 2000, false, "i", killerid);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)