[help] Gate Closing
#1

i got a command for my gate:
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if(strcmp("/opengate", cmdtext, true, 10) == 0)
	MoveObject(gate,-293.828,1507.450,76.070,1.5000); // 1.5000 means how fast it has to open
	return 1;
}
Its working perfect, but i want that he after 7 seconds close,
Some one can make that?
Code for closing:
Код:
MoveObject(gate,-302.628,1507.450,76.070,1.500);
Reply


Messages In This Thread
[help] Gate Closing - by dclaw - 16.01.2010, 09:57
Re: [help] Gate Closing - by dclaw - 16.01.2010, 10:02
Re: [help] Gate Closing - by pagie1111 - 16.01.2010, 10:03
Re: [help] Gate Closing - by dclaw - 16.01.2010, 10:04
Re: [help] Gate Closing - by dclaw - 16.01.2010, 10:08
Re: [help] Gate Closing - by Klutty - 16.01.2010, 10:10
Re: [help] Gate Closing - by dclaw - 16.01.2010, 10:12
Re: [help] Gate Closing - by CuervO - 16.01.2010, 10:35
Re: [help] Gate Closing - by dclaw - 16.01.2010, 10:54
Re: [help] Gate Closing - by CuervO - 17.01.2010, 05:14

Forum Jump:


Users browsing this thread: 3 Guest(s)