fire: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 39: | Line 39: | ||
<dd class="notedate">Posted on August 17, 2006 - 08:18</dd> | <dd class="notedate">Posted on August 17, 2006 - 08:18</dd> | ||
<dt class="note">'''[[User:Str|Str]]'''</dt><dd class="note">Sometimes AI won't shoot when you use this command. It can be fixed by placing [[selectWeapon]] command before it.</dd> | <dt class="note">'''[[User:Str|Str]]'''</dt><dd class="note">Sometimes AI won't shoot when you use this command. It can be fixed by placing [[selectWeapon]] command before it.</dd> | ||
<dd class=" | |||
<dt class="note">'''[[User:Ceeeb|Ceeeb]]'''</dt><dd class="note">In '''OFP v1.96''', | <dt class="note">'''[[User:Ceeeb|Ceeeb]]'''</dt> | ||
<dd class="note"> | |||
In '''OFP v1.96''', satchels and mines are placed by firing the weapon "put". | |||
</dd> | |||
<dt class="note">'''[[User:Ceeeb|Ceeeb]]'''</dt> | |||
<dd class="note"> | |||
In '''OFP v1.96''', when a [[Operation_Flashpoint:_CfgVehicles#Man_Class_Vehicles|man]] class unit is given this command, he will aim up in the air before firing his weapon. This makes it rather useless if you want to make him shoot a target. It does work with vehicles, when the vehicle is first given a [[doWatch]] or [[doTarget]] command. | |||
</dd> | |||
<dd class="notedate">Posted on January 20, 2007</dd> | <dd class="notedate">Posted on January 20, 2007</dd> | ||
<dt class="note">'''[[User:bdfy|bdfy]]'''</dt><dd class="note">In | <dt class="note">'''[[User:bdfy|bdfy]]'''</dt><dd class="note">In '''ArmA v1.02''', this command is not working with weapons in the secondary turrets (like "DSHKM" in t72)</dd> | ||
<!-- Note Section END --> | <!-- Note Section END --> | ||
Revision as of 06:01, 2 February 2007
Description
- Description:
- Forces a unit to fire the given weapon.
- Groups:
- Uncategorised
Syntax
- Syntax:
- unit fire weapon
- Parameters:
- unit: Object - unit that's supposed to fire
- weapon: String - name of the weapon to be fired
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- unit fire array
- Parameters:
- unit: Object
- array: Array - in format [muzzle, mode, magazine] or [muzzle, mode].
- Return Value:
- Nothing
Examples
- Example 1:
soldier fire "M16"
- Example 2:
soldier fire ["throw","SmokeShell","SmokeShell"]
Additional Information
- See also:
- Category:Weapons
doFirecommandFire
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Notes
- Posted on August 17, 2006 - 08:18
- Str
- Sometimes AI won't shoot when you use this command. It can be fixed by placing selectWeapon command before it.
- Ceeeb
- In OFP v1.96, satchels and mines are placed by firing the weapon "put".
- Ceeeb
- In OFP v1.96, when a man class unit is given this command, he will aim up in the air before firing his weapon. This makes it rather useless if you want to make him shoot a target. It does work with vehicles, when the vehicle is first given a doWatch or doTarget command.
- Posted on January 20, 2007
- bdfy
- In ArmA v1.02, this command is not working with weapons in the secondary turrets (like "DSHKM" in t72)