ACE3/addons/optionsmenu/functions/fnc_toggleIncludeClientSettings.sqf
2015-04-05 14:48:23 +02:00

19 lines
250 B
Plaintext

/*
* Author: Glowbal
*
*
* Arguments:
* none
*
* Return Value:
* None
*
* Public: No
*/
#include "script_component.hpp"
GVAR(ClientSettingsExportIncluded) = !(GVAR(ClientSettingsExportIncluded));
[] call FUNC(onServerSettingsMenuOpen);