Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

Atredes

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About Atredes

  • Rank
    Newbie
  1. Simplest way, in vehicle init: this addMagazine "X"; this addWeapon "Y"; http://community.bistudio.com/wiki/addMagazine http://community.bistudio.com/wiki/addWeapon Weapons and magazines classlist... Eg more ammo for GAU = this addMagazine "300Rnd_25mm_GAU12"; Add magazines before weapon to make sure that magazine is loaded from beginning.
  2. That will refuel and explode your helicopter. So you might want to use setDamage 0; instead ;) You can also use various other amounts to simulate different scenarios. E.g setDamage 0.9; will leave you in pretty hard situation with main damaged and tail rotor disabled, 0.5 with tail damaged etc etc... Have fun and let the ground be soft for you.
×