Elevator - 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: Elevator (
/showthread.php?tid=645096)
Elevator -
Mivco - 19.11.2017
Hi guys,
I want to ask. How to make a lift to this map?
https://sampforum.blast.hk/showthread.php?tid=642033
Re: Elevator -
Lucases - 19.11.2017
What?
Re: Elevator -
10MIN - 19.11.2017
With MoveObject/ MoveDynamicObject (streamer).
The code in a nutshell:
Something (command/callback) triggers a function that moves up the elevator.
Something (^^^^^/^^^^^) triggers a function that moves down the elevator.
The callback(s) can also be timers.
Use your imagination!