Jump to content
McKay Development

Marioz123

Member
  • Posts

    1
  • Joined

  • Last visited

Marioz123's Achievements

  1. const SteamUser = require('steam-user'); let client = new SteamUser(); client.logOn(logOnOptions); client.on('loggedOn', function (details) { client.gamesPlayed([730]) } This is my cs go startup code, but for some reason it doesn't start cs go. The profile remains "Online". Please tell me what is the problem
×
×
  • Create New...