Bonjour,
J'ai fait en sorte que le shop vehicules sois accessible uniquement via ace, mais le véhicule spawn dans l'eau malgré que tout soit bon
[CODE title="config du fichiers"]/*
_null=this execVM "Init\Concession\InitCamion.sqf";
*/
_this allowDamage false;
_this enableSimulation false;
_action = ["Action_Camion", "<t color='#d90000'>Concessionnaire Poid Lourd.", "",{[player, player, 0, "CAMION_VEHICULES",["CIV_SPAWN_CAMION"]] spawn life_fnc_vehicleShopMenu},{true}] call ace_interact_menu_fnc_createAction;
[_this, 0, ["ACE_MainActions"], _action] call ace_interact_menu_fnc_addActionToObject;[/CODE]
J'ai fait en sorte que le shop vehicules sois accessible uniquement via ace, mais le véhicule spawn dans l'eau malgré que tout soit bon
[CODE title="config du fichiers"]/*
_null=this execVM "Init\Concession\InitCamion.sqf";
*/
_this allowDamage false;
_this enableSimulation false;
_action = ["Action_Camion", "<t color='#d90000'>Concessionnaire Poid Lourd.", "",{[player, player, 0, "CAMION_VEHICULES",["CIV_SPAWN_CAMION"]] spawn life_fnc_vehicleShopMenu},{true}] call ace_interact_menu_fnc_createAction;
[_this, 0, ["ACE_MainActions"], _action] call ace_interact_menu_fnc_addActionToObject;[/CODE]