/close don't work.
#1

pawn Код:
if (strcmp("/open", cmdtext, true) == 0)
    {
        MoveObject(gate1, 1811.45, -1890.62, 4.81, 2.0);
        return 1;
    }
if (strcmp("/close", cmdtext, true) == 0)
    {
        MoveObject(gate1, 1811.45, -1890.62, 4.81, 2.0);
        return 1;
    }
How to make it close
Reply
#2

Double facepalm.. You are setting close positions to same as open.. So it will just stay in the same position.

Replace this line on /close cmd with the positions of gate1 = Createblablablabla positions...
pawn Код:
MoveObject(gate1, 1811.45, -1890.62, 4.81, 2.0);
Reply
#3

MoveDynamicObject?

Use a streamer.
Reply
#4

Quote:
Originally Posted by Logitech90
Посмотреть сообщение
MoveDynamicObject?

Use a streamer.
I can't believe you actualy said that.. xD Read his positions.
Reply
#5

Quote:
Originally Posted by ricardo178
Посмотреть сообщение
I can't believe you actualy said that.. xD Read his positions.
Lmao got my fail. ^^

Sorry!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)