Moving Objects
#1

I would like to ask how to move 2 objects with 1 command?

For example:
I type /open and one object moves to the left and the other one moves to the right.
Reply
#2

Make a stock for it, ie.

stock MoveObjects(Float:X, Float:Y, Float:Z, Float:Speed)
{
MoveObject(obj1, X, Y, Z...)
MoveObject(obj2, X, Y, Z...)
}
Reply
#3

Thanks. Ill try it.
Reply
#4

Click here.
This may help you alot.
Reply
#5

pawn Код:
command {
    MoveObject(...);
    MoveObject(...);
    return 1;
}
Profit?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)