Guys, me and winston have discovered a way, how to fix the 114 bf injection crash with entering, we tried script something and we discovered a thing what fixes that
it works 999999999% !
function onPlayerEnteringVehicle(player, vehicle, seat ) {
local m = vehicle.Model;
if( vehicle.Model == 114 ) {
player.Vehicle = vehicle;
}