mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
f214b884a2
* [hearing] Update strings * [medical] Update strings * [medical_ai] Update strings * [medical_menu] Update strings * [nametags] Update strings * [nametags] Use existing DisplayName entries * [medical_menu] Correct spelling * [medical] Disable unreferenced setting * [medical] Overdosing strings * [medical_menu] Correct key IDs * [repair] Update strings * [medical] Correct spelling
11 lines
384 B
C++
11 lines
384 B
C++
class ACE_Settings {
|
|
class GVAR(enabledFor) {
|
|
category = ECSTRING(medical,Category_Medical);
|
|
displayName = CSTRING(enabledFor_DisplayName);
|
|
description = CSTRING(enabledFor_Description);
|
|
value = 2;
|
|
typeName = "SCALAR";
|
|
values[] = {ECSTRING(Common,Disabled), CSTRING(enabledFor_OnlyServerAndHC), ECSTRING(Common,Enabled)};
|
|
};
|
|
};
|