Bonjour j'ai le script Impound Menu et le menu s'ouvre bien mais les boutons recuperer le vehicules n'apparait pas
Code:
(_display displayCtrl 5014) ctrlSetStructuredText parseText format [
(["STR_OWNER","Max_Settings_Fourriere","Fourriere_Localization"] call theprogrammer_core_fnc_localize) + " : <t color='#32A832'>%1</t><br/>" +
(["STR_MODEL","Max_Settings_Fourriere","Fourriere_Localization"] call theprogrammer_core_fnc_localize) + " : <t color='#32A832'>%2</t><br/>" +
(["STR_COLOR","Max_Settings_Fourriere","Fourriere_Localization"] call theprogrammer_core_fnc_localize) + " : <t color='#32A832'>%3</t><br/><br/>" +
(["STR_UNIMPOUND_FEE","Max_Settings_Fourriere","Fourriere_Localization"] call theprogrammer_core_fnc_localize) + " : <t color='#32A832'>%4 " + (["STR_MONEY","Max_Settings_Fourriere","Fourriere_Localization"] call theprogrammer_core_fnc_localize) + "</t>",
if (_pid isEqualTo "all") then {_vehicleData select 0} else {name player},
getText (configFile >> "CfgVehicles" >> _className >> "displayName"),
_vehicleColor,
[_retrievePrice] call life_fnc_numberText
];
Dernière édition par un modérateur: