Posts: 1,504
Threads: 109
Joined: Jan 2012
Hello, I'm trying to get back to scripting, and I want to know what does this function really does. The samp wiki doesn't explain much, what does it mean by surfing? If anyone could explain better or show me a better example than the
wiki does, I will reward with rep
Thanks in advance.
Posts: 747
Threads: 143
Joined: Jul 2010
Reputation:
0
The vehicle ID of the vehicle that the player is standing on.
Posts: 1,504
Threads: 109
Joined: Jan 2012
Quote:
Originally Posted by Chrillzen
The vehicle ID of the vehicle that the player is standing on.
|
That the player is in? So is it the same as
GetPlayerVehicleID?
Posts: 173
Threads: 8
Joined: Dec 2013
Reputation:
0
No there is a difference. You stand on a vehicle means jump on it, GetPlayerVehicleID gets the vehicle id the player in ( being a driver or in passenger seat. )
Posts: 1,504
Threads: 109
Joined: Jan 2012
Quote:
Originally Posted by XO
No there is a difference. You stand on a vehicle means jump on it, GetPlayerVehicleID gets the vehicle id the player in ( being a driver or in passenger seat. )
|
Alright, I get it now. Thanks both of you