0 Members and 1 Guest are viewing this topic.
vehicle (thislist select 0) setfuel 1; vehicle (thislist select 0) addmagazine "whatever the name of the magazine is"
vehicle (thislist select 0) setfuel 1; vehicle (thislist select 0) addmagazine "fz_f18_m61"
hint format["%1", name (thislist select 0)]
vehicle (thislist select 0) setfuel 1; vehicle (thislist select 0) addmagazine "fz_f18_m61"; hint format["%1", name (thislist select 0)]
{ if (_x isKindOf "Air") then { _x setFuel 1; _x setVehicleArmor 1; _x setVehicleAmmo 1; }; } forEach thisList;