I have problem with moving gate ...
#1

here are the Z coordinates :25.66892
and i want the gate to move up so i set them to :35.66892
and the gate starts moving up but, its fliping,turning around ...
It won't move up propertly ... here is the command ...
Код:
if(strcmp(cmdtext,"/open",true)==0)
{
    if(IsPlayerInRangeOfPoint(playerid,5.0,786.6944,-1152.1277,23.6295))
    {
      MoveDynamicObject(gate,786.29541, -1152.44470, 25.66892,1);
      SetTimer("Closing",10000,0);
     }
    return 1;
}

forward Closing(playerid);
public Closing(playerid)
{
	MoveDynamicObject(gate,786.29541, -1152.44470, 35.66892,1);
	return 1;
}
Reply


Messages In This Thread
I have problem with moving gate ... - by C0olp1x - 17.11.2014, 00:34
Re: I have problem with moving gate ... - by semara123 - 17.11.2014, 00:39
Re: I have problem with moving gate ... - by C0olp1x - 17.11.2014, 00:46
Re: I have problem with moving gate ... - by semara123 - 17.11.2014, 00:53
Re: I have problem with moving gate ... - by C0olp1x - 17.11.2014, 00:54
Re: I have problem with moving gate ... - by semara123 - 17.11.2014, 00:56
Re: I have problem with moving gate ... - by C0olp1x - 17.11.2014, 00:57
Re: I have problem with moving gate ... - by semara123 - 17.11.2014, 01:02
Re: I have problem with moving gate ... - by C0olp1x - 17.11.2014, 01:04
Re: I have problem with moving gate ... - by semara123 - 17.11.2014, 01:07

Forum Jump:


Users browsing this thread: 1 Guest(s)