The-Programmer Forum

Bonaparte a écrit le dernier message :
#10
Re, du coup enfin de compte ca existe déjà, donc autant l'utiliser 😅

Tu va te rendre dans core/items/fn_jerryCanRefuel.sqf, ligne 13 :
Code:
if (count(nearestObjects [player,["Land_FuelStation_Feed_F","Land_fs_feed_F"],3.5]) isEqualTo 0) exitWith { hint localize "STR_ISTR_Jerry_Distance";};
Remplace par ceci :
Code:
if (count(nearestObjects [player,["Land_fs_feed_F", "Land_FuelStation_Feed_F", "Land_FuelStation_01_pump_malevil_F", "Land_FuelStation_01_pump_F", "Land_FuelStation_02_pump_F", "Land_FuelStation_03_pump_F"],3.5]) isEqualTo 0) exitWith { hint localize "STR_ISTR_Jerry_Distance";};

Et c'est tout normalement :)
Ah oui je me disais bien qu'il y avait quelque chose base lol
En tous cas merci a toi