Home   Help Search Login Register  

Author Topic: How to put a weapon on the ground?  (Read 484 times)

0 Members and 1 Guest are viewing this topic.

David Stirling

  • Guest
How to put a weapon on the ground?
« on: 02 Dec 2004, 09:53:26 »
Hi Guys!

I would like to know how to put a weapon on the ground (not in a box).
I don t know how to do it... ???
Thanx

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:How to put a weapon on the ground?
« Reply #1 on: 02 Dec 2004, 12:46:33 »
You need a weaponholder.

Use the forum search function - I wrote a post on this a few weeks/months back I think.
Plenty of reviewed ArmA missions for you to play

Leapingninja

  • Guest
Re:How to put a weapon on the ground?
« Reply #2 on: 02 Dec 2004, 17:18:55 »
This script makes a unit drop his gun, so Put this in a trigger or waypoint.
 
unitname action ["drop weapon",unitname,0,0,"m16"]

Remember that the unit can only drop the gun that he is holding. So if you want an east unit to drop the gun put
 
unitname action ["drop weapon",unitname,0,0,"ak74"]

 And there you have it, a gun on the floor. (dont everyone thank me all at once)