SA-MP Forums Archive
Possible passenger boat? - 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: Possible passenger boat? (/showthread.php?tid=90787)



Possible passenger boat? - TheKingWillem - 10.08.2009

Hello, is there any piece of script what let you sit as a passenger in a sqaulo for example? thats somethign i really miss in Samp.


Re: Possible passenger boat? - Weirdosport - 10.08.2009

Not really, as when it starts moving you'll most likely fall off.. You could use timers to set the Players position but that's quite a lot of effort.

The easiest way to do it would be to allow the player to spectate the Squalo, and when they press f/g you put them where the boat is.


Re: Possible passenger boat? - miokie - 10.08.2009

Mhmm, If your not sure what to code, have a look at the Hydra passanger script, thats around on the forums some where. It's basically the same principal just used with different numbers I guess...


Re: Possible passenger boat? - Anarkien - 10.08.2009

Quote:
Originally Posted by Miokie*
Mhmm, If your not sure what to code, have a look at the Hydra passanger script, thats around on the forums some where. It's basically the same principal just used with different numbers I guess...
Isn't it "Shamal"?


Re: Possible passenger boat? - Sergei - 10.08.2009

Seif made hydra thing, but there is plenty of scripts for other vehicles released around too.


Re: Possible passenger boat? - TheKingWillem - 10.08.2009

Hehehe oke, but their isn't any possibilty so you can just sit next to a player in a boat?


Re: Possible passenger boat? - Martin_White - 10.08.2009

Willem, he says that the person will only spectate the boat, while you are driving it, he wont be EXACTLY near you and sitting beside you, he will just spectate the boat, its nothing hard to understand.


Re: Possible passenger boat? - Djiango - 10.08.2009

You could try "PutPlayerInVehciel(playerid, vehicleid, seatid);"
The passenger won't sit in the passenger seat, but in the same seat as the driver.