26.08.2010, 10:17
As soon this public get activated by a other player ID the timer get's killed and the textdraw won't hide anymore..
I hope someone has a solution
I hope someone has a solution

pawn Код:
forward showdraw(playerid,text[]);
public showdraw(playerid,text[])
{
KillTimer(Reset2);
Reset2 = SetTimerEx("HideDraw",6000,false,"d",playerid);
return 1;
}