SA-MP Forums Archive
How to do working tram ? - 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: How to do working tram ? (/showthread.php?tid=569835)



How to do working tram ? - Karolukas123 - 03.04.2015

Can you give tips or tutorial ?


Re: How to do working tram ? - fuckingcruse - 03.04.2015

What to you exactly need? Say us briefly...


Re: How to do working tram ? - Karan007 - 03.04.2015

For what to make tutorials and which tips to give you bro? Please tell us in details.


Re: How to do working tram ? - Karolukas123 - 03.04.2015



I want to make a tram ride around the city , and people will be able to get on it


Re: How to do working tram ? - Karan007 - 03.04.2015

I think, it's possible to go near it and when you press enter you get in it. I saw this in many servers...


Re: How to do working tram ? - Karolukas123 - 03.04.2015

But how to make it..tram ride around the city


Re: How to do working tram ? - Sellize - 03.04.2015

Quote:
Originally Posted by Karolukas123
Посмотреть сообщение
But how to make it..tram ride around the city
I believe this can be done by making an NPC drive the tram, I've seen that on servers before.


Re: How to do working tram ? - Sithis - 03.04.2015

Trams can be added with AddStaticVehicle, it will snap to nearby rails. An NPC or player can then drive it.


Re: How to do working tram ? - Karolukas123 - 03.04.2015

Okey, but how to record driving road...


Re : How to do working tram ? - AlexBlack - 03.04.2015

use PutPlayerInVehicle, to make the record, for exemple , create a vehicle and give it a definition , then use

Quote:

PutPlayerInVehicle(definition that you have give it to the vehicle, 0);