When we put in **Init** this code, we soluce problem.
```
/*
**** Made by Tequiller ****
*/
params [
["_newVehicle", objNull, [objNull]],
Debugg le Respawn du module BIS_fnc_moduleRespawnVehicle["_oldVehicle", objNull, [objNull]]
];
_oldVehicle removeMPEventHandler ["mpkilled", _mpkilled];
_oldVehicle removeMPEventHandler ["mphit", _mphit];
*/_oldVehicle removeEventHandler ["getout", _getout];
private _this = param [0, objNull_oldVehicle removeEventHandler ["getin", [objNull]];_getin];
{
_this_newVehicle setvariable [_x, nil];
} forEach [
"BIS_fnc_moduleRespawnVehicle_cannotMove",
"BIS_fnc_moduleRespawnVehicle_getin",
"BIS_fnc_moduleRespawnVehicle_getout",
"BIS_fnc_moduleRespawnVehicle_mphit"
];
([_this_newVehicle] + (_thisnewVehicle getVariable "BIS_fnc_moduleRespawnVehicle_data")) call BIS_fnc_moduleRespawnVehicle;
```
This code should be writed in [**BIS_fnc_moduleRespawnVehicle.sqf**] just after the following lines
```
//--- Unflag killed event
_newVeh setvariable ["BIS_fnc_moduleRespawnVehicle_mpkilled", nil];
```