02.04.2011, 19:00
RemovePlayerFromVehicle only works when the vehicle isn't moving.
Use something like this instead:
Use something like this instead:
pawn Code:
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
SetPlayerPos(playerid, X+2, Y, Z);