Identifiers, possible usage of (sv_fxdkMode)

So I’m trying to figure out, how to get the basic identifiers steam, license, discord, currently it only has ip.

I tried setting the sv_fxdkMode convar in .fxdk\fxserver\blank.cfg but to no avail, is there another method to using this convar, or is it not possible to get these identifiers yet?

The only way to get player identifiers is to use this:

--
GetPlayerIdentifier(playerId, 0)

sv_fxdkMode convar is there so you can tweak your code not to use identifiers if this convar is 1, as they’re unavailable.