johnnyJ Posted July 3, 2018 Report Posted July 3, 2018 I cant load my personal user by this method.What im doing wrong? community.getSteamUser('76561198114587613', function(err, user) { if (err) { console.log(err); } else { console.log(user); } }); Quote
johnnyJ Posted July 3, 2018 Author Report Posted July 3, 2018 my bad i just forgot to add var SteamID = SteamCommunity.SteamID; Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.