mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added possible values
This commit is contained in:
parent
964f32a721
commit
817dfe94e2
@ -24,12 +24,14 @@ class ACE_Settings {
|
||||
typeName = "SCALAR";
|
||||
isClientSettable = 1;
|
||||
displayName = CSTRING(ShowVehicleCrewInfo);
|
||||
values[] = {CSTRING(DoNotForce), CSTRING(ForceHide), CSTRING(ForceShow)};
|
||||
};
|
||||
class GVAR(showNamesForAI) {
|
||||
value = 0;
|
||||
typeName = "SCALAR";
|
||||
isClientSettable = 1;
|
||||
displayName = CSTRING(ShowNamesForAI);
|
||||
values[] = {CSTRING(DoNotForce), CSTRING(ForceHide), CSTRING(ForceShow)};
|
||||
};
|
||||
class GVAR(showCursorTagForVehicles) {
|
||||
value = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user