SA-MP Forums Archive
Tell Me - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Tell Me (/showthread.php?tid=333540)



Tell Me - 3RoR - 11.04.2012

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;
}



Re: Tell Me - ViniBorn - 11.04.2012

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