Page 1 of 1

change timer length

PostPosted: Thu Aug 27, 2009 7:44 am
by JayInACob
is it possible to make a timer length equal to a variable so its length can be frequently changed during a game. thanks! :)

Re: change timer length

PostPosted: Thu Aug 27, 2009 8:04 am
by cforall
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! :)


Hi~use
Code: Select all
int timerlength = 1000;
CreateTimer("youractor", "yourtimer", timerlength);