Jump to content
McKay Development

Marioz123

Member
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Marioz123

  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...