Added Show Player Names option to Blue Force Tracking Module

This commit is contained in:
looterz
2016-02-25 07:57:32 -06:00
parent 804456c722
commit 00f06f81d1
5 changed files with 61 additions and 3 deletions

View File

@ -104,9 +104,15 @@ class CfgVehicles {
typeName = "BOOL";
defaultValue = 0;
};
class ShowPlayerNames {
displayName = CSTRING(BFT_ShowPlayerNames_DisplayName);
description = CSTRING(BFT_ShowPlayerNames_Description);
typeName = "BOOL";
defaultValue = 0;
};
};
class ModuleDescription {
description = CSTRING(BFT_Module_Description);
};
};
};
};