Results 1 to 4 of 4

Thread: Armed Policemen

  1. #1

    Armed Policemen

    Is there anyway to create armed policemen? I've set up a police roadblock and they all just duck on the ground and look rather useless when someone fires a shot.

    Thanks

  2. #2
    addWeapon/addMagazine

  3. #3
    Put this in the init of each of them:

    Code:
    this addMagazine "M9";this addMagazine "M9";this addMagazine "M9";this addWeapon "M9";
    Should give them an M9-Pistol with 3 clips.

    Oh and have a look here:
    http://www.arma2.com/comref/comref.html
    And here:
    http://community.bistudio.com/wiki

    Both very useful resources when it comes to scripting or simple init-commands. You can look up pretty much anything there.

  4. #4
    Private First Class
    Join Date
    Jun 22 2009
    Posts
    17
    Author of the Thread
    Thanks, got it working.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •