showRadio: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Command " to "{{RV|type=command ") |
Lou Montana (talk | contribs) m (Text replacement - "<dd class="notedate">Posted on ([^<>]+) " to "<dd class="notedate">Posted on $1</dd> ") |
||
Line 25: | Line 25: | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dd class="notedate">Posted on 16 Aug, 2009 | <dd class="notedate">Posted on 16 Aug, 2009</dd> | ||
<dt class="note">[[User:Generalcarver|GeneralCarver]]<dd class="note"> | <dt class="note">[[User:Generalcarver|GeneralCarver]]<dd class="note"> | ||
In Arma 2, the radio is now an item in Arma 2. Class path is CfgWeapons->ItemRadio. Use the command addWeapon and removeWeapon to remove it from a unit's inventory. (example: player removeweapon "ItemRadio") | In Arma 2, the radio is now an item in Arma 2. Class path is CfgWeapons->ItemRadio. Use the command addWeapon and removeWeapon to remove it from a unit's inventory. (example: player removeweapon "ItemRadio") |
Revision as of 01:17, 30 January 2021
Description
- Description:
- Description needed
- Groups:
- InteractionRadio and Chat
Syntax
- Syntax:
- Syntax needed
- Parameters:
- show: Boolean
- Return Value:
- Return value needed
Examples
- Example 1:
showRadio false
Additional Information
- See also:
- See also needed
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
- Posted on 16 Aug, 2009
- GeneralCarver
- In Arma 2, the radio is now an item in Arma 2. Class path is CfgWeapons->ItemRadio. Use the command addWeapon and removeWeapon to remove it from a unit's inventory. (example: player removeweapon "ItemRadio")