07.01.2012, 04:03
pawn Код:
public GrowingPeriod()
{
GramAmount++; //Will do always +1
if(GramAmount == 45)
{
//Do your stuff here for if it reaches 45
}
}
Just edit the main timer's repeating state to true and remove the uneeded extension for this callback (ofc if not needed)