#1

FIXED
Reply
#2

Just change the speed.

pawn Код:
CMD:o_gates(playerid,params[])
{
    if(IsPlayerAdmin(playerid))
    {
        MoveObject(gate1, 4891.3999023438, 3110.6000976563, 31.10000038147, 5.0);
        MoveObject(gate2, 4891.3999023438, 3122.8000488281, 31.10000038147, 5.0);
        SCM(playerid, 0x00FF00FF, "BOT: The Gate Will Close In 5 Sec(s)");
    }
    return 1;
}
public Closegates();
{
        MoveObject(gate1, 4891.3999023438 ,3114.6999511719 ,31.10000038147, 5.0);
        MoveObject(gate2, 4891.3999023438 ,3118.8000488281 ,31.10000038147, 5.0);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)