Jump to content
McKay Development

outo

Member
  • Posts

    2
  • Joined

  • Last visited

outo's Achievements

  1. outo

    Friends count

    client.on("friendsList", function(){ druzya=client.myFriends; console.log(druzya); }); client.on("friendsList", function(){ console.log(client.myFriends.length); }); I tried it before. but if i use this code for some reason I get "undefined"
  2. client.on("friendsList", function(){ console.log(client.myFriends); });If I use this code I get a list. How can I get a integer number? Thank you!
×
×
  • Create New...