mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added Show Player Names option to Blue Force Tracking Module
This commit is contained in:
@ -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);
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user