Pick random identitiesSolved

While you're working to fix the "names in green" issue, could I make a request? 

Would it be possible to add an option to the config that would be a "true/false" for something like "Use Random Names"?
And maybe a line that would go with it like:
"If False, Admin uses name: <SetByAdminName#1>  So that I could choose my DeepCover Name?

Thank You,
James

It shouldn't be an issue anymore after the oxide patch

I don't use BetterChat.  I just use the regular built-in chat..  My AdminDeepCover (ADC) name is still showing up as "green" when it's enabled...  

ADC used to work with the ingame chat, without having betterchat installed, until the chat update, but not anymore..  My name chagnes, but the color doesn't.

Is there something i can do to make it work?  Like a line of code i can add or change?
Or could you provide an update please?

Thanks
James

Hey, so I am having a small issue. I tried to make it so its not random using:
 if (!PlayerData.ContainsKey(player.userID))
            {
                var identify = config.Identifies[4];
                if(player.UserIDString.Equals("STEAMID64 Person1")){
                identify = config.Identifies[0];
                }
                if(player.UserIDString.Equals("STEAMID64 Person 2")){
                identify = config.Identifies[1];
                }
                if(player.UserIDString.Equals("STEAMID64 Person3")){
                identify = config.Identifies[2];
                }

And is working fine, but after a couple of days, this glitches out. Decaying time in bases stop working if the Admin is auth on TC and admins can't use f1 spawn anymore, do you know why?​



Merged post

Also, when I click on my name in chat, and clicking on Steam Profile, its not showing anything.
Anyone knows why is it glitching like this?
Locked automatically