Tell Me
#1

Can someone tell me about this what it's mean ?
Код:
public Plantation()
{
	for(new b = 0; b < sizeof(WeedInfo); b++)
	{
		if(WeedInfo[b][WeedTime] > 0 && WeedInfo[b][WeedPlanted] == 1)
		{
		    WeedInfo[b][WeedTime] -= 1;
		}
	}
	return 1;
}
Reply


Messages In This Thread
Tell Me - by 3RoR - 11.04.2012, 21:07
Re: Tell Me - by ViniBorn - 11.04.2012, 21:21

Forum Jump:


Users browsing this thread: 1 Guest(s)