When we put in Init this code, we soluce problem.
```
/*
**** Made by Tequiller ****
Debugg le Respawn du module BIS_fnc_moduleRespawnVehicle
*/
private _this = param [0, objNull, [objNull]];
{
_this setvariable [_x, nil];
} forEach [
"BIS_fnc_moduleRespawnVehicle_cannotMove",
"BIS_fnc_moduleRespawnVehicle_getin",
"BIS_fnc_moduleRespawnVehicle_getout",
"BIS_fnc_moduleRespawnVehicle_mphit"
];
([_this] + (_this 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];
```