I'm Creating a Loading Screen for a game server for Garry's Mod.
I need a way to convert the users SteamID or CommunityID to their name.
AKA STEAM_0:1:48093934 -> NightmareInfinity
or 76561198056453597 -> NightmareInfinity
Im currently using PHP and JavaScript to convert.
If you need the function names i have
SteamID2Communityid($steamid)
and
CommunityID2SteamID($communityid)
Both functions are in PHP
I have also looked at other questions, None of them helped me.
I looked at the SteamAPI and couldn't find anything.