Timer Help
#1

Hello
Im making a Drag Strip, and have gates that Drop and come back up, but they are Cmds.
how would i make this on a timer that goes off every 20 seconds?
Ive looked at wiki and it made no sense.
What ive got:
gates Up:
Quote:

new drag1;
new drag2;

Quote:

drag1 = CreateObject(970, -172.43, 1409.84, 66.71, 0.00, 0.00, 90.00);
drag2 = CreateObject(970, -172.43, 1404.64, 66.71, 0.00, 0.00, 90.00);

Gates Down :
Quote:

if(strcmp(cmdtext,"/drag",true)==0)
{
MoveObject(drag1, -172.43, 1409.84, 65.87 , 5.00);
MoveObject(drag2, -172.43, 1404.64, 65.87 , 5.00);
return 1;
}

Quote:

if(strcmp(cmdtext,"/dragreset",true)==0)
{
MoveObject(drag1, -172.43, 1409.84, 66.71 , 5.00);
MoveObject(drag2, -172.43, 1404.64, 66.71 , 5.00);
return 1;
}

So how would i put a timer on this? i want it to lower every 20 sec?
Reply


Messages In This Thread
Timer Help - by Lemonaidz - 28.02.2013, 07:50
Re: Timer Help - by Height - 28.02.2013, 08:11
Re: Timer Help - by Lemonaidz - 28.02.2013, 08:37
Re: Timer Help - by DaRk_RaiN - 28.02.2013, 08:45
Re: Timer Help - by Lemonaidz - 28.02.2013, 08:52
Re: Timer Help - by DaRk_RaiN - 28.02.2013, 09:05
Re: Timer Help - by Lemonaidz - 28.02.2013, 09:16
Re: Timer Help - by DaRk_RaiN - 28.02.2013, 09:21
Re: Timer Help - by Lemonaidz - 28.02.2013, 09:26

Forum Jump:


Users browsing this thread: 4 Guest(s)