ACE3/addons/atragmx/functions/fnc_show_add_new_gun.sqf
2015-04-11 23:40:46 +02:00

18 lines
293 B
Plaintext

/*
* Author: Ruthberg
* Shows/Hides add new gun controls
*
* Arguments:
* visible - <BOOL>
*
* Return Value:
* Nothing
*
* Example:
* call ace_atragmx_show_add_new_gun
*
* Public: No
*/
#include "script_component.hpp"
{ctrlShow [_x, _this]} forEach [11000, 11001, 11002, 11003];