30.04.2010, 23:27
An example?
say you got the function..
you want it to go off every two minutes?
defining a timer, SetTimer("name",Interval(milliseconds),repeating);
Simple?
say you got the function..
Код:
public Bacon()
Код:
OnGameModeInIt() SetTimer("Bacon",120000,1);
Simple?