MoveObject Error
#8

This is confirmed by your position, even doors. Why are they the same?

// CODE
if(IsPlayerInRangeOfPoint(playerid, 2.0,1487.00000000,-1762.42504883,3284.23608398))
{
MoveObject(door0,1487.00000000,-1762.42504883+1.25,3284.23608398,0.50);
}
else if(IsPlayerInRangeOfPoint(playerid, 2.0,1487.00000000,-1762.42504883,3284.23608398))
{
MoveObject(door0,1487.00000000,-1762.42504883,3284.23608398,0.50);
}
// EOF

NOTE: You need to change the position of the coordinates to IsPlayerInRangeOfPoint() does not always work on #1 door.
Reply


Messages In This Thread
MoveObject Error - by Jigsaw123 - 29.08.2015, 21:06
Re: MoveObject Error - by jlalt - 29.08.2015, 21:12
Re: MoveObject Error - by Jigsaw123 - 29.08.2015, 21:37
Re: MoveObject Error - by Jigsaw123 - 29.08.2015, 23:19
Re: MoveObject Error - by Logofero - 29.08.2015, 23:21
Re: MoveObject Error - by Jigsaw123 - 29.08.2015, 23:22
Re: MoveObject Error - by Logofero - 29.08.2015, 23:25
Re: MoveObject Error - by Logofero - 29.08.2015, 23:29
Re: MoveObject Error - by Logofero - 29.08.2015, 23:49
Re: MoveObject Error - by jlalt - 30.08.2015, 08:16

Forum Jump:


Users browsing this thread: 1 Guest(s)