07.05.2013, 16:28
A timer that will increment the content of the weed.
Like this
Like this
Код:
forward UpdateWeeds(playerid); SetTimerEx("UpdateWeeds",1000,1,"i",playerid); public UpdateWeeds(playerid) { PlayerWeeds[playerid][weed1][content]++; PlayerWeeds[playerid][weed2][content]++; }