if((time - life_action_delay) < 0.3) exitWith {hint localize "STR_NOTF_ActionDelay"};
life_action_delay = time;
if (isNull _house) exitWith {};
if (!(_house isKindOf "House_F")) exitWith {};
if (isNil {_house getVariable "house_owner"}) exitWith {hint localize "STR_House_noOwner";};
closeDialog 0;
if (time - DERNIERE_TRANSACTION > COOLDOWN_TEMPS) then {
// Effectuez la transaction
DERNIERE_TRANSACTION = time;
} else {
hint "Veuillez patienter avant de faire une autre transaction.";
};
if (!dansLaZoneDuMarche) then {
hint "Désolé, vous ne pouvez pas vendre ici.";
};
if((time - life_action_delay) < 0.3) exitWith {hint localize "STR_NOTF_ActionDelay"};
life_action_delay = time;
if (isNull _house) exitWith {};
if (!(_house isKindOf "House_F")) exitWith {};
if (isNil {_house getVariable "house_owner"}) exitWith {hint localize "STR_House_noOwner";};
closeDialog 0;
ouais c'est bon pour moi merciEst-ce que ça fonctionne comme tu veux ?