/warn bug
#3

I'm sure it isn't lol

Not sure but might a mistake be in here?

Код:
stock UpdateWarnings(warning[])
{
	for(new i = 0;i < sizeof(Warnings) - 1;i++)
	{
	    Warnings[i] = Warnings[i+1];
	}
	new hour, minute, second;
	gettime(hour,minute,second);
	hour = FixHour(hour);
 	format(Warnings[19],256,"[%d:%d:%d] %s",hour,minute,second,warning);
 	AWarncast(warning);
	return 1;
}
Reply


Messages In This Thread
/warn bug - by whando - 03.08.2013, 22:10
Re: /warn bug - by Sk1lleD - 03.08.2013, 22:15
Re: /warn bug - by whando - 03.08.2013, 22:38

Forum Jump:


Users browsing this thread: 1 Guest(s)