I want to take the password for that player and I really need a key.
Code:
usage: setinfo [ <key> <value> ]
I put the key without resorting to cvar. That:
Code:
get_user_info(id, "setinfo ^"_pw^"", passfield, 31) or get_user_info(id, "setinfo _pw", password, 31)
To replace cvar:
Code:
get_pcvar_string(cvarpassfield, passfield, 31)