Clientside display text option for weapon reload

This commit is contained in:
Glowbal
2015-03-08 16:56:57 +01:00
parent 358a95381b
commit d919c2436d
4 changed files with 20 additions and 3 deletions

View File

@ -17,3 +17,14 @@ class CfgPatches {
#include "CfgActions.hpp"
#include "RscInGameUI.hpp"
class ACE_Settings {
class GVAR(DisplayText) {
typeName = "BOOL";
isClientSetable = 1;
value = 1;
displayName = "$STR_ACE_reload_SettingDisplayTextName";
description = "$STR_ACE_reload_SettingDisplayTextDesc";
};
};