why cant you put a player in a train carriage? - 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: why cant you put a player in a train carriage? (
/showthread.php?tid=138751)
why cant you put a player in a train carriage? -
shady91 - 02.04.2010
why cant you put a player in a train carriage? when i test what seat i'm in plus vehicleid im in it says vehicle id 3 witch is the carriage's ID seat ID return 1, so i try to
pawn Код:
PutPlayerInVehicle(playerid, 3, 1);
then i get bad vehicle carriage or something is there a diffrent way to put a player in a train carriage?
Re: why cant you put a player in a train carriage? -
shady91 - 03.04.2010
Quote:
Originally Posted by Seif_
There's no passenger seat for carriages. Best workaround is spectating the carriage, take look in to my Hydra Passenger script, pretty much what you need.
|
ok thanks seif, also do you have a link to your hydra script? thanks.