Jump to content
McKay Development

Cool Guy

Member
  • Posts

    6
  • Joined

  • Last visited

Cool Guy's Achievements

  1. Hello, I want to join to my CS:GO server using Node JS. Is it possible to do it with a game coordinator or something ? Thanks.
  2. Hello guys i want to make a overpay bot using node js and i need to auto create listing to backpacktf using its create listing post api and i also get the prices from it. My question iso how can i get the CEconItem's rarerity like Unique Genuine etc thanks
  3. There is some steam announcement programs out there and they works well but i dont know why mine not
  4. Hello, Im making a Announce bot on Steam I want to send all my friends a message here is the code i tried: message = "test" Object.keys(client.myFriends).some(r=>{ client.chatMessage(r,"\n" + message); console.log("Message Sended to " + r.toString()) }) Its only sending 3 or 2 guys in friend list and I checked the steamID's Any ideas ?
×
×
  • Create New...