Posts: 410
Threads: 88
Joined: Oct 2008
Reputation:
0
As far as I remember Shamal has 1 passenger seat.
For some reason, it spawns with 0 passenger seats (/dl shows that), and you can only enter it as a driver (or pilot in this case).
Have anyone ever seen this happen before?
It happens SPECIFICALLY with Shamal.
What could cause that?
Posts: 510
Threads: 106
Joined: Mar 2013
Reputation:
0
As far as I know, you can only enter as a driver, but you can also enter as a passenger. When you enter as a passenger, you just get sent to an interior which is nothing special meaning you cannot sit in the seats and look out like you can do in other cars and aircrafts.
Posts: 410
Threads: 88
Joined: Oct 2008
Reputation:
0
No that's actually something scripted.
You usually can enter as a passenger.
Posts: 2,082
Threads: 118
Joined: Jan 2010
Reputation:
0
I've never known the Shamal to have passenger ability...?
Posts: 758
Threads: 7
Joined: Mar 2011
Reputation:
0
By default, you CAN'T enter as passenger in a Shamal. Some servers might allow this, but this is scripted on the server-side. If you want this to work too, you need to script something similar. The only planes which allow 1 passenger by default, are the Beagle, Dodo and Skimmer. (Note that you can perform passenger drive-by's in these planes as well.)
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
To add to the above stuff, OnPlayerEnterVehicle (with ispassenger == 1/true) is called when you press G to enter a Shamal as a passenger.
Posts: 410
Threads: 88
Joined: Oct 2008
Reputation:
0
I actually was working on a script that has something to do with shamal when player enters as a passenger.
For some reason I was sure that you can enter it as a passenger by default...
Thanks guys.