Convert steamIDs, steamID64s, steamID3s and find Steam Community profiles

Hi,

Im trying to make a login system for my website based on a steam authentication API. I therefore need to comparer there SteamID from the API with the Steam Identifier from FiveM. How can I do that and is it even posible?

I tried to use steamid.io and other custom services to see if I was able to convert my own SteamID from FiveM to a real one, without any sucess.

KR,
COndor

If anyhelp. Convert your steamid64 from decimal to hexidecimal, which fivem uses.

http://www.binaryhexconverter.com/decimal-to-hex-converter

3 Likes

That seems to be exactly what I was looking for… Thank you

Using lua Ex. steam:11000010971396e

print("steam:"..(tonumber("11000010971396e",16))
steam:76561198118680942
1 Like

way to revive a 1 year old topic.

2 Likes

Create a new topic instead of hijacking an old ghost topic.