SA-MP Forums Archive
FIX - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: FIX (/showthread.php?tid=394441)



FIX - Windrush - 22.11.2012

FIXED


AW: Some Thing Wrong - Skimmer - 22.11.2012

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);
}