D Damien pistache User 29/12/19 10 0 100 25/8/21 #1 Bonjour tjr un souci de sortie de vehicules Fichiers joints fn_unimpound.sqf fn_unimpound.sqf 2.9 KB · Affichages: 41
Solution Maxence 25/8/21 Salut ! Pour rendre gratuit la sortie des véhicules, dans ton fichier fn_unimpound.sqf il faut remplacer ces lignes : Code: if (!(_price isEqualType 0) || _price < 1) then {_price = 500;}; if (BANK < _price) exitWith {hint format [(localize "STR_Garage_CashError"),[_price] call life_fnc_numberText];}; par : Code: _price = 0;
Salut ! Pour rendre gratuit la sortie des véhicules, dans ton fichier fn_unimpound.sqf il faut remplacer ces lignes : Code: if (!(_price isEqualType 0) || _price < 1) then {_price = 500;}; if (BANK < _price) exitWith {hint format [(localize "STR_Garage_CashError"),[_price] call life_fnc_numberText];}; par : Code: _price = 0;
Maxence Leader Membre du personnel 22/7/18 4 692 1 009 383 2 300 You really want to know ? www.the-programmer.com 25/8/21 Solution #2 Salut ! Pour rendre gratuit la sortie des véhicules, dans ton fichier fn_unimpound.sqf il faut remplacer ces lignes : Code: if (!(_price isEqualType 0) || _price < 1) then {_price = 500;}; if (BANK < _price) exitWith {hint format [(localize "STR_Garage_CashError"),[_price] call life_fnc_numberText];}; par : Code: _price = 0; Upvote 0 Downvote Solution
Salut ! Pour rendre gratuit la sortie des véhicules, dans ton fichier fn_unimpound.sqf il faut remplacer ces lignes : Code: if (!(_price isEqualType 0) || _price < 1) then {_price = 500;}; if (BANK < _price) exitWith {hint format [(localize "STR_Garage_CashError"),[_price] call life_fnc_numberText];}; par : Code: _price = 0;
D Damien pistache User 29/12/19 10 0 100 25/8/21 #4 maxence cet bon cet fonctionelle merci bocoup bonne journee Upvote 0 Downvote