Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T128206
Change Details
Change Details
Old
New
Diff
Create addon with config class CfgPatches { class armaTweaks { units[] = {}; weapons[] = {}; requiredVersion = 1.80; requiredAddons[] = {"a3_ui_f"}; authors[] = {""}; url = ""; }; }; class RscChatListDefault { //Global chat nickname color - Orange colorGlobalChannel[] = {1, 0.35, 0, 1}; }; And there is no effect.
Create addon with config ``` class CfgPatches { class armaTweaks { units[] = {}; weapons[] = {}; requiredVersion = 1.80; requiredAddons[] = {"a3_ui_f"}; authors[] = {""}; url = ""; }; }; class RscChatListDefault { //Global chat nickname color - Orange colorGlobalChannel[] = {1, 0.35, 0, 1}; }; ``` And there is no effect.
Create addon with config
```
class CfgPatches { class armaTweaks { units[] = {}; weapons[] = {}; requiredVersion = 1.80; requiredAddons[] = {"a3_ui_f"}; authors[] = {""}; url = ""; }; }; class RscChatListDefault { //Global chat nickname color - Orange colorGlobalChannel[] = {1, 0.35, 0, 1}; };
```
And there is no effect.
Continue