Gate Problem
#2

Well, how should it move up if all your Z Var's are 13.19999.
You have to change the MoveDynamicObject in your command to the position where you want it to move to, for example:

pawn Код:
else if(PlayerToPoint(10, playerid,1543.3916,-1627.9576,13.3828) || PlayerToPoint(10, playerid,1549.4288,-1628.2776,13.3828))
                        {
                            MoveDynamicObject(pd, 1544.69921875,-1623.89941406,18.19999981, 3.0); //18.199 instead of 13.199  will move the gate 5 up.
                            SetTimer("pdclose",5000, false);
                            return 1;
                        }
                    }
Reply


Messages In This Thread
Gate Problem - by Akcent_Voltaj - 12.09.2012, 11:57
Re: Gate Problem - by Jeffry - 12.09.2012, 12:00
Re: Gate Problem - by Akcent_Voltaj - 12.09.2012, 12:06
Re: Gate Problem - by Jeffry - 12.09.2012, 12:12
Re: Gate Problem - by Akcent_Voltaj - 12.09.2012, 12:14
Respuesta: Gate Problem - by Siralos - 12.09.2012, 12:36
Re: Gate Problem - by Akcent_Voltaj - 12.09.2012, 12:46
Re: Gate Problem - by Akcent_Voltaj - 12.09.2012, 13:04
Re: Gate Problem - by clarencecuzz - 12.09.2012, 13:06
Re: Gate Problem - by Akcent_Voltaj - 12.09.2012, 13:17

Forum Jump:


Users browsing this thread: 2 Guest(s)