07.12.2010, 15:11
Its a samp bug. add this somewhere in your code, it should fix it.
Code:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
if (GetPlayerSurfingVehicleID(playerid) == vehicleid) ClearAnimations(playerid);
return 1;
}

