Small Textdraw with timer problem.
#1

Код:
forward questionsdraw(playerid);

//on menu item
TextDrawShowForPlayer(playerid,loading);
SetTimer("questionsdraw",3000,0);

public questionsdraw(playerid)
{
	TextDrawShowForPlayer(playerid,questions);
	return 1;
}
i have this code on a menu item. i press the item and works fine. it shows me the loading testdraw but after 3 secs doesnt show me the questions textdraw. i dont know why. all it seems ok with no errors.
Reply


Messages In This Thread
Small Textdraw with timer problem. - by billiout - 23.08.2010, 08:00
Re: Small Textdraw with timer problem. - by Retardedwolf - 23.08.2010, 08:05
Re: Small Textdraw with timer problem. - by [HiC]TheKiller - 23.08.2010, 08:10
Re: Small Textdraw with timer problem. - by billiout - 23.08.2010, 08:14

Forum Jump:


Users browsing this thread: 2 Guest(s)