(adsbygoogle = window.adsbygoogle || []).push({});
Hello NGU. I have been working on a functioning and easily configurable white and black list to filter out unwanted players automatically. I have found a big problem ... clan tags. I am hoping someone with more GSC know how has an answer to this.
The following code is a segment of the white list config. When the player "IlostmyVCR1" joins the game with out a clan tag and the white list is enabled, he is allowed in. If the same player leaves the game, adds a clan tag, and rejoins. He will get auto-kicked or banned from the game as if he is not on the white list.
if (player.name == "IlostmyVCR1")
{
player.whitelistcheck = 1;
}
I'm wondering if there is a way add something to the filter to allow for ANY clan tags to be not considered when players compare their names to that on the white and black lists.
Thanks for all your help NGU community.