weaponsItemsCargo – Talk
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (→no magazine in weapon: new section) |
Lou Montana (talk | contribs) m (Text replacement - "Nelis.75733126" to "Nelis75733126") |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== no magazine in weapon == | == no magazine in weapon == | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<dt></dt> | |||
<dd class="notedate">Posted on August 21, 2015 - 10:42 (UTC)</dd> | <dd class="notedate">Posted on August 21, 2015 - 10:42 (UTC)</dd> | ||
<dt class="note">[[User: | <dt class="note">[[User:Nelis75733126|Nelis75733126]]</dt> | ||
<dd class="note"> | <dd class="note"> | ||
(ArmA 1.50) This command is sort-of bugged: if no magazine is present in the gun, it will not be available at all in the ARRAY. I expect it to be an empty STRING instead. Example | (ArmA 1.50) This command is sort-of bugged: if no magazine is present in the gun, it will not be available at all in the ARRAY. I expect it to be an empty STRING instead. Example | ||
<code>["weapon_className","silencer","laser/light","scope",["magClassName",30],""] // With mag in gun</code> | <code style="display: block">["weapon_className","silencer","laser/light","scope",["magClassName",30],""] // With mag in gun</code> | ||
<code>["weapon_className","silencer","laser/light","scope",""] // Without mag in gun</code> | <code style="display: block">["weapon_className","silencer","laser/light","scope",""] // Without mag in gun</code> | ||
</dd> | </dd> | ||
</dl> | </dl> | ||
Fixed on dev [[User: | Fixed on dev [[User:Killzone_Kid|Killzone_Kid]] ([[User talk:Killzone_Kid|talk]]) 12:50, 11 September 2015 (CEST) | ||
== bipod == | |||
<dl class="command_description"> | |||
<dt></dt> | |||
<dd class="notedate">Posted on March 16, 2015 - 12:13 (UTC)</dd> | |||
<dt class="note">[[User:Jezuro|Jezuro]]</dt> | |||
<dd class="note"> | |||
Since revision 129742, this command also returns an attached bipod. | |||
</dd> | |||
</dl> |
Latest revision as of 15:38, 29 June 2024
no magazine in weapon
- Posted on August 21, 2015 - 10:42 (UTC)
- Nelis75733126
-
(ArmA 1.50) This command is sort-of bugged: if no magazine is present in the gun, it will not be available at all in the ARRAY. I expect it to be an empty STRING instead. Example
["weapon_className","silencer","laser/light","scope",["magClassName",30],""] // With mag in gun
["weapon_className","silencer","laser/light","scope",""] // Without mag in gun
Fixed on dev Killzone_Kid (talk) 12:50, 11 September 2015 (CEST)
bipod
- Posted on March 16, 2015 - 12:13 (UTC)
- Jezuro
- Since revision 129742, this command also returns an attached bipod.