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
#2

If the weed time is bigger than 0 and it's planted, decreases her time ...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)