That’s the problem. SteamID is a unique ID across every game that you play but PlayerID not.
PlayerID = 256
SteamID = STEAM_X:X:XXXXXX
In a world with persistence data a SteamID will be very useful to store data in database.
That’s the problem. SteamID is a unique ID across every game that you play but PlayerID not.
PlayerID = 256
SteamID = STEAM_X:X:XXXXXX
In a world with persistence data a SteamID will be very useful to store data in database.