Brunoo16 / samp-packet-list

A list with SA-MP's packets documented.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outcoming RPCs 26 & 154

Zelyutin opened this issue · comments

Hi!

There's RPC EnterVehicle - 26 and ExitVehicle - 154 in Incoming RPC list.
But there's no Outcoming versions of them.

So, it's PlayerEnterVehicle - 26

Parameters: UINT16 wPlayerID, UINT16 wVehicleID, UINT8 bIsPassenger

Additional Information: if bIsPassenger is 0, the player is about to enter the driver seat. If bIsPassenger is 1, the player is about to enter any of the passenger seats in the vehicle.

and PlayerExitVehicle - 154

Parameters: UINT16 wPlayerID, UINT16 wVehicleID

Thanks for informing, added to the list.