change timer length
Posted: Thu Aug 27, 2009 7:44 am
is it possible to make a timer length equal to a variable so its length can be frequently changed during a game. thanks!
JayInACob wrote:is it possible to make a timer length equal to a variable so its length can be frequently changed during a game. thanks!
int timerlength = 1000;
CreateTimer("youractor", "yourtimer", timerlength);