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 postAlso, when I click on my name in chat, and clicking on Steam Profile, its not showing anything.