why am i getting these errors?
#1

ok i made a time system for my server, but i get two errors:

Код:
C:\PROGRA~1\ROCKST~1\GTASAN~1\GAMEMO~1\EASTSI~1.PWN(219) : warning 213: tag mismatch
C:\PROGRA~1\ROCKST~1\GTASAN~1\GAMEMO~1\EASTSI~1.PWN(223) : warning 213: tag mismatch
here's my code:
Код:
//top of script
new MyTime;
forward TimeTmr();

public TimeTmr()
{
	new newtime;
	newtime = MyTime + 1.00; //line 219
	MyTime = newtime;
	if(MyTime == 24.00)
 	{
	MyTime = 0.00; //line 223
	}
	return 0;
}
Reply


Messages In This Thread
why am i getting these errors? - by CJ101 - 17.03.2009, 02:09
Re: why am i getting these errors? - by On_Top_Non_Stop - 17.03.2009, 02:12
Re: why am i getting these errors? - by CJ101 - 17.03.2009, 02:30
Re: why am i getting these errors? - by Kinetic - 17.03.2009, 03:48
Re: why am i getting these errors? - by CJ101 - 17.03.2009, 05:26
Re: why am i getting these errors? - by propilot - 17.03.2009, 05:51
Re: why am i getting these errors? - by On_Top_Non_Stop - 17.03.2009, 06:20

Forum Jump:


Users browsing this thread: 1 Guest(s)