Jump to content

heinz1323

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About heinz1323

  • Rank
    Newbie
  1. i need some help, im trying to make V-44 X Blackfish to....kind of a Flying ARV+MEV this is what i made class CfgVehicles { class B_T_VTOL_01_infantry_F; class B_T_VTOL_01_support_F: B_T_VTOL_01_infantry_F { displayName= V-44X Blackfish(Support); ace_cargo_space = 30; transportAmmo=0; ace_rearm_defaultSupply=1200; ace_repair_canRepair=1; ace_refuel_fuelCargo=100000; attendant=1; supplyRadius=50; vehicleClass="Support"; secondaryExplosion=10000; fuelExplosionPower=1; explosionEffect="SupplyExplosion"; }; }; repair and refuel works fine, but rearm is not working (attendant? maybe working?) even i gave 'this setVariable ["ace_rearm_isSupplyVehicle", true]' to blackfish, the rearm interaction never show up. only cargo and refuel show up. please give me a advice
×