Files
ACE3/addons/arsenal/functions/fnc_loadoutsChangeTab.sqf
2017-10-23 18:12:16 +02:00

8 lines
170 B
Plaintext

#include "script_component.hpp"
#include "..\defines.hpp"
params ["_display", "_control"];
systemChat str [_display, _control];
if !(ctrlEnabled _control) exitWith {};