SA-MP Forums Archive
[FilterScript] automatic gate system - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] automatic gate system (/showthread.php?tid=206956)



automatic gate system - maxtorcd55 - 04.01.2011

I made a simple automatic "CreateGate" system.

Code:
CreateGate(objectid,close_x,close_y,close_z,close_rx,close_ry,close_rz,open_x,open_y,open_z,dis,movespeed);
example: CreateGate(1500, -2324.8, -1646.0, 484.0, 0.0, 0.0, 180.0, -2323.382, -1646.0, 484.0, 10.0,2.0);

[ame]http://www.youtube.com/watch?v=hQNLhHG6mS0[/ame]

Download!


Re: automatic gate system - [FeK]Knife - 05.01.2011

Good Job !

7/10
I Prefered Command


Re: automatic gate system - Medal of Honor - 05.01.2011

Do i have to add the Gate and then without scripting it it will move? or i need to edit it?


Re: automatic gate system - Haydz - 05.01.2011

Quote:
Originally Posted by Medal of Honor
View Post
Do i have to add the Gate and then without scripting it it will move? or i need to edit it?
pawn Code:
CreateGate(objectid,close_x,close_y,close_z,close_rx,close_ry,close_rz,open_x,open_y,open_z,dis,movespeed);
you will have to add it like that,

Nice FS btw, good work!


Re: automatic gate system - Medal of Honor - 05.01.2011

THx Haydz


Re: automatic gate system - HyperZ - 05.01.2011

Not bad.


Re: automatic gate system - Lorenc_ - 06.01.2011

Good job, easy to make one of these though, yea nice job


Re: automatic gate system - Sledge - 06.01.2011

I don't think you made this seeing that scripts like SAGC have this exact same function left uncredited.


Re: automatic gate system - WhiteLeopard - 06.01.2011

simple and easy 4/10


Re: automatic gate system - Medal of Honor - 06.01.2011

BTW , Where do i edit it , in my GM script or make it a FS?