[help] Problem with gate command
#1

I got a problem with my gate command...

Код:
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;
}
	if (!strcmp("/home", cmdtext, true))
	{
  SetPlayerPos(playerid,-2461.3486,1399.6747,7.4893);
  return 1;
}
	return 1;
}
he is just moving, but not closing..
So if you can make it closing i will really thank you

Move object when he is closed:
Код:
MoveObject(Close, 302.154, 1507.450, 76.070, 4.0);
Reply


Messages In This Thread
[help] Problem with gate command - by dclaw - 16.01.2010, 11:44
Re: [help] Problem with gate command - by Retardedwolf - 16.01.2010, 11:49
Re: [help] Problem with gate command - by pagie1111 - 16.01.2010, 11:50

Forum Jump:


Users browsing this thread: 1 Guest(s)