Function Help
#7

Код:
forward TextDrawHideForPlayerEx(playerid, tid, Time);

public TextDrawHideForPlayerEx(playerid, tid, Time)
{
	TextDrawHideForPlayer(playerid,Text:tid);
	new timer = SetTimerEx("ShowTextDraw",Time,0,"ii",playerid,tid);
	return 1;
}
Код:
forward ShowTextDraw(playerid,tid);

public ShowTextDraw(playerid,tid)
{
	TextDrawShowForPlayer(playerid,Text:tid);
	return 1;
}
I understand that this code isn't tested but it is just an idea, it might tick some brains.
Reply


Messages In This Thread
Function Help - by VictorMartinez - 20.07.2010, 19:53
Re: Function Help - by kc - 20.07.2010, 19:56
Re: Function Help - by VictorMartinez - 20.07.2010, 19:58
Re: Function Help - by VictorMartinez - 20.07.2010, 21:54
Re: Function Help - by Kitten - 21.07.2010, 01:54
Re: Function Help - by Kar - 21.07.2010, 01:57
Re: Function Help - by DJDhan - 21.07.2010, 02:36

Forum Jump:


Users browsing this thread: 4 Guest(s)