ACE3/addons/atragmx/functions/fnc_show_add_new_gun.sqf

21 lines
334 B
Plaintext
Raw Normal View History

#include "..\script_component.hpp"
/*
* Author: Ruthberg
* Shows/Hides add new gun controls
*
* Arguments:
* visible - <BOOL>
*
* Return Value:
* None
*
* Example:
* false call ace_atragmx_fnc_show_add_new_gun
*
* Public: No
*/
GVAR(showAddNewGun) = _this;
2016-07-20 04:15:18 +00:00
{ctrlShow [_x, _this]} forEach [11000, 11001, 11002, 11003];