05.12.2010, 08:17
i belive you would need to use this in your code
kinda in a rush just giving you the basics of what you might need
pawn Код:
new seatid = GetPlayerVehicleSeat(playerid);
if(seatid == 0)
GetPlayerVehicleID(playerid);
GetVehicleVelocity(vehicleid, x, y, z);
SetVehicleVelocity(vehicleid, x, y, z+);// set it to what you want