Quote:
Originally Posted by Kalcor
New callback:
pawn Код:
forward OnUnoccupiedVehicleUpdate(vehicleid, playerid, passenger_seat);
This callback is called when a player updates the position of a vehicle they're not driving. This can happen outside of the vehicle or when the player is a passenger of a vehicle that has no driver.
|
If OnVehicleStreamIn, and vehicle falling down, the server think OnUnoccupiedVehicleUpdate. It's bad, because player not touch this vehicle (only OnVehicleStreamIn).