06.06.2009, 16:35
How to insert a timer I know, but the timer funtion must give the player planted amount Like This:
It's just an example, but is that What I wanna know.
Код:
public CucumberGrow(playerid)
{
SendClientMessage(playerid, WHITE, " You have received you %d planted cumcumbers seeds");
Variable[playerid] += Received;
}

