0 Members and 4 Guests are viewing this topic.
This is because a player downloads content from the server before they are authenticated to the server. Meaning that the server doesn't know the player's SteamID until after they download the content.The addon you speak of makes use of the Password hook which checks first, the same as if you had a password on your server. Since the server doesn't know a player's SteamID at this point, ULX cannot make use of this hook for player authentication. Only the 64bit SteamID is passed to the password hook. You can convert the 64bit steamid to a normal one and back with a little trickery which is what the addon you mentioned does.
I think you should... I don't know of anyone who uses IP address or UID authentication.Also, last I checked, iSnipeu, his functions were broken. At least the one that converts a steamid to 64bit is broken. The reverse may work.