Marioz123 Posted February 5, 2023 Report Posted February 5, 2023 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
Dr. McKay Posted February 6, 2023 Report Posted February 6, 2023 You never set your persona state to online, so Steam won't report that you're im-game. Quote
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.