23.08.2011, 03:47
So i've got the whole moving objects/gates with commands down, i'm just wondering, is it possible to make it that if a player stands in a certain area and range, the object will lift up automatically.
I'm new to this so i need help.
Here are my Corderants if needed to help me please:
new:
ATLift = Lift down the bottom Co-RDO
/
Lift up at the top of the desination Co-do
Anyone think they can help me?
Thanks
I'm new to this so i need help.
Here are my Corderants if needed to help me please:
new:
pawn Code:
new ATLift;
pawn Code:
ATLift = CreateObject(14809,2165.57519531,1238.23168945,11.23675537,0.00000000,0.00000000,0.00000000);
Lift up at the top of the desination Co-do
pawn Code:
CreateObject(14809,2165.57519531,1238.23168945,11.23675537,0.00000000,0.00000000,0.00000000);
Thanks