View Single Post
azalty
AlliedModders Donor
Join Date: Feb 2020
Location: France
Old 03-03-2021 , 10:04   Re: [CS:GO] No Dupe Account (1.2.1, 2021-02-24)
Reply With Quote #35

Quote:
Originally Posted by eliteroyal View Post
what about a whitelist?

also i dont understand how to configure this part:

// (Requires SteamAPI Key)
// 0 = disabled
// any integer = is a user check that fails if his steam account age is newer than this value in minutes or his profile is private
// any negative integer = same as positive, but is not a check and will kick user
// &integer (ex: &60) = same as negative, but will not kick user if his profile is private
// -
// Default: "1576800"
nda_steam_age "~11576800"

i want that player who created their accounts at least 5 days ago cannot join the server, what should i type?
Whitelist by admin flag, steamid?

You need to put "-7200", but this will kick private profiles (since the plugin is unable to retrieve creation date in this case)

Else you can use the «*~*» prefix instead of «*- » to always allow private profiles or use no prefix to set this as a check. You can check the main post to get an explanation of the «*check*» system but in short, if the player passes at least 1 check, he is allowed into the server, even if other checks fail. If the player doesn’t pass any check, he will be kicked
__________________
GitHub | Discord: @azalty | Steam

Last edited by azalty; 03-03-2021 at 10:09.
azalty is offline