Posts: 398
Threads: 24
Joined: Aug 2011
Reputation:
0
So,the problem is that when I spawn a tram(on game mode init),no matter if I set the spawn angle to 0.0 or 180.0,it always spawns facing the same direction.Is there a way to spawn it facing the opposite direction? Im sure its possible for other train types,but is it possible for the tram(vehicle model 449).
Posts: 791
Threads: 20
Joined: Sep 2013
Reputation:
0
well
AddStaticVehicle(411,111.11,222.22,333.33,FACING ANGEL,0,0);
so you have to set it yourself
Posts: 791
Threads: 20
Joined: Sep 2013
Reputation:
0
no, it's on gta sa only but in samp mode you have to do it by yourself
Posts: 791
Threads: 20
Joined: Sep 2013
Reputation:
0
he needs to define "Tram" First , at the top of the script:
new Tram;
Posts: 398
Threads: 24
Joined: Aug 2011
Reputation:
0
Damn,are you all falling from Mars ?
First,I know how to add static vehicle,
Second,I know trains/trams only spawn on train tracks,
and Third,I did not ask how to put player in vehicle.
I simply asked is it possible to make the tram spawn facing the opposite direction since both angle 180 and 0 spawn it facing the same direction.
Posts: 141
Threads: 2
Joined: May 2014
Reputation:
0
Omg these guys are just posting shitty posts to get more posts,by the way,trains and trams can ONLY spawn at tracks,because you cant drive train or tram like a normal vehicle
Posts: 398
Threads: 24
Joined: Aug 2011
Reputation:
0
31.05.2014, 15:08
(
Последний раз редактировалось BGTrucker; 01.06.2014 в 12:18.
)
You just did the same as the guys above you.
I wanna know is it possible to make the tram spawn facing the opposite direction on the tram tracks.