31.10.2010, 23:31
public start()
{
starter = SetTimer("fire1",0,false);
}
there zero means that the timer wont work... 0 = 0 mili-seconds
1,000 = 1 second
and i honestly dont see why you are using timers when you have commands ....
You can just have variables
{
starter = SetTimer("fire1",0,false);
}
there zero means that the timer wont work... 0 = 0 mili-seconds
1,000 = 1 second
and i honestly dont see why you are using timers when you have commands ....
You can just have variables