1Life1Chance Posted April 8, 2018 Report Posted April 8, 2018 Hello everyone. I want to check people levels in my friend list. How can i do this? Quote
Dr. McKay Posted April 8, 2018 Report Posted April 8, 2018 https://github.com/DoctorMcKay/node-steam-user#getsteamlevelssteamids-callback Quote
1Life1Chance Posted April 8, 2018 Author Report Posted April 8, 2018 (edited) I'm trying like this ; client.getSteamLevels('STEAMID64', function(result){ console.log(result); }); But i getting a error; var accountids = steamids.map(function(steamID) { ^ TypeError: steamids.map is not a function Edited April 8, 2018 by 1Life1Chance 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.