Quote:
Originally Posted by Anthony_Brassi
Quote:
Originally Posted by [N
BL!nk ]
An example?
say you got the function..
you want it to go off every two minutes?
Код:
OnGameModeInIt()
SetTimer("Bacon",120000,1);
defining a timer, SetTimer("name",Interval(milliseconds),repeating);
Simple?
|
Sorry for saying this after recently posting another post, but you forgot to Forward it
Forward Bacon();
|
Thats how I thought to do it, just making sure I wasnt wrong. Thanks guys