SA-MP Forums Archive
Barrier script - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Barrier script (/showthread.php?tid=188822)



Barrier script Please help - jordylol6 - 09.11.2010

Hello,

i have make a barrier here is my script:

Код:
{
    if(strcmp(cmdtext, "/openlsgate", true) == 0)
    {
        new string[50];
        new movetime = MoveObject(lsgate1, 65.12141418, -1530.75195312, 4.83278656, 2.00);
        format(string, sizeof(string), "Lsgate is now open", movetime);
        SendClientMessage(playerid, 0xFF000000, string);
        return 1;
    }
    return 0;
}
Its work's good but now i want rotate it witch this script its only go up i want the sam thing as a railway crossing
anybody help me please

Sorry for my bad english i'm the netherlands
Thanks, jordylol6


Re: Barrier script - wouter0100 - 09.11.2010

Sorry, i dont now ?


Re: Barrier script - jordylol6 - 09.11.2010

lol okay ?

Ontopic: anybody help ?


Re: Barrier script - jordylol6 - 09.11.2010

Any body help me now please (bump)


Re: Barrier script - LegendNissanGTR - 09.11.2010

Use this http://forum.sa-mp.com/showthread.ph...ghlight=objrot


Re: Barrier script - jordylol6 - 09.11.2010

thanks!.