View Single Post
PC Gamer
Veteran Member
Join Date: Mar 2014
Old 06-25-2021 , 00:11   Re: [CS:GO] No Dupe Account (1.4.3, 2021-04-10)
Reply With Quote #51

Question regarding the account age configuration:
PHP Code:
// (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 "&43200" 
The instructions indicate that an ampersand (&) is used before the number. A few posts above show a tilde (~) used before the number. Which is it supposed to be?

My goal was to kick anyone with a steam account creation less than 30 days old. If necessary, I will add a check for steam level as well.
PC Gamer is offline