Quote Originally Posted by guiismiti View Post
I think those settings are too common.

But if I could get a cvar from a player I'd just use self setClientCvar and test its value when the player connects.
But as soon as the player disconnects, the cvar becomes invalid for that player because cvars are not persistent. You need something persistent.