The problem with MAX_ALPHA and MIN_ALPHA
#4

Hmm, I do not know you help? ...
I really do not know where to put: (
Код:
forward AnnForPrexentItd(time, string[]);
public AnnForPrexentItd(time, string[])
{
	for(new x; x < GetMaxPlayers; x++)
	{
		TextDrawShowForAll(AnnAtrakcji);
		TextDrawSetString(AnnAtrakcji, string);
		KillTimer(AnnLiczdoWyl);
		AnnLiczdoWyl = SetTimerEx("AnnWylaczTD", time, 0, "i", x);
	}
	TextDrawVanish(AnnAtrakcji, 0xECFCC7FF);
	return 1;
}
forward AnnWylaczTD();
public AnnWylaczTD()
{
	TextDrawHideForAll(AnnAtrakcji);
	TextDrawSetString(AnnAtrakcji,"_");
	return 1;
}
Reply


Messages In This Thread
The problem with MAX_ALPHA and MIN_ALPHA - by aniol16 - 30.06.2011, 19:32
AW: The problem with MAX_ALPHA and MIN_ALPHA - by Nero_3D - 30.06.2011, 19:55
Re: The problem with MAX_ALPHA and MIN_ALPHA - by aniol16 - 04.07.2011, 15:22
Re: The problem with MAX_ALPHA and MIN_ALPHA - by aniol16 - 15.07.2011, 15:03
Re: The problem with MAX_ALPHA and MIN_ALPHA - by aniol16 - 15.07.2011, 15:41

Forum Jump:


Users browsing this thread: 1 Guest(s)