Jump to content

SHADOW_F

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About SHADOW_F

  • Rank
    Newbie
  1. Hello. Im wondering if there is anyone that knows how to make Ai fire more bullets instead of one at a time?
  2. SHADOW_F

    Forcing ai to full auto?

    Hello. i came here to see how i can change Ai fire mode and came across this link. I took a look at the codes: _weapon = currentWeapon player; _ammo = player ammo _weapon ; player setAmmo [_weapon, 0]; player forceWeaponFire [_weapon, "FullAuto"]; player setAmmo [_weapon, _ammo]; By the way im new to scripting, and i copied these and pasted them on a unit, but nothing seems to work. Im sure i did it wrong. I know these codes have perameters that should be changed, but i dont know what to put in them. Could you use this code and give me an example?
×