_entreprise = player getVariable ["current_entreprise",objNull];
if (isNull _entreprise) then {
[(getPlayerUID player),playerSide,_itemGive,0] remoteExec ["max_craft_fnc_craftVehicle",2];
} else {
[(_entreprise getVariable ["entreprise_pdg_pid",(getPlayerUID player)]),playerSide,_itemGive,0,(_entreprise getVariable ["entreprise_id",0])] remoteExec ["max_craft_fnc_craftVehicle",2];
};