showMap: Difference between revisions
Jump to navigation
Jump to search
(add. classification) |
m (VBS2 scripting category removal) |
||
Line 37: | Line 37: | ||
[[Category:Scripting Commands ArmA|SHOWMAP]] | [[Category:Scripting Commands ArmA|SHOWMAP]] | ||
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | ||
Revision as of 05:19, 19 July 2011
Description
- Description:
- Enable Map (default true)
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
showMap false
Additional Information
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
-
In ArmA 2 - This command no longer works. The map is now an inventory item. It is kept under the weapon class name "itemmap". Example: unitname removeweapon "itemmap". To add again use unitname addweapon "itemmap".