garrysmod icon indicating copy to clipboard operation
garrysmod copied to clipboard

util.SteamIDToAccountID and util.SteamIDFromAccountID

Open mastopgunaf opened this issue 3 years ago • 1 comments

Added functions to convert between SteamID and AccountID (aka SteamID3)

mastopgunaf avatar Aug 31 '20 13:08 mastopgunaf

This will be added in the engine if it is at all so we can also add ID64 conversion functions.

Kefta avatar Aug 31 '20 14:08 Kefta

I am going to deny this request solely based on the fact that AccountID should be avoided altogether. It contains less information that a STEAM_0:0:0 SteamID and theoretically could have collisions.

You should be using the 64bit SteamIDs.

See this page for more information: https://developer.valvesoftware.com/wiki/SteamID

robotboy655 avatar Oct 19 '23 13:10 robotboy655