Marioz123 Posted February 5 Report Share Posted February 5 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 Quote Link to comment Share on other sites More sharing options...
Dr. McKay Posted February 6 Report Share Posted February 6 You never set your persona state to online, so Steam won't report that you're im-game. Quote Link to comment Share on other sites More sharing options...
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.