Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
The Nimtech GOM aircraft loadout menu disables refueling for map objects. To change this setting, add the following to the init of your mission:
//TTT_fnc_aircraftLoadout modified for use of vanilla resources
TTT_fnc_aircraftLoadout_NeedsFuelSource = false;
//(default: true) needs fuel supply within 50m of the aircraft or functions will be unavailable
TTT_fnc_aircraftLoadout_NeedsAmmoSource = false;
//(default: true) needs ammo supply within 50m of the aircraft or functions will be unavailable
TTT_fnc_aircraftLoadout_NeedsRepairSource = false;
//(default: true) needs repair supply within 50m of the aircraft or functions will be unavailable
TTT_fnc_removeFuelFromMapObjects = false;
//(default: true) will remove all fuel cargo from map objects like gas stations so players can't land on the roof of a gas station for a maintenance free refill, might affect other parts of your mission so choose carefully
true
For further references, check ttt_nimitzfunctions/fn_loadout/fn_aircraftLoadoutParameters.sqf