mjavad_mllw Posted 3 hours ago Report Posted 3 hours ago Hi, its a little simple but can i login 2 or 3 account using steam-user in a single script sth liek this const logOnOptions1 = { accountName: config.STEAM_USER_1, password: config.STEAM_PASS_1, }; const logOnOptions2 = { accountName: config.STEAM_USER_2, password: config.STEAM_PASS_2, }; client1.logOn(logOnOptions1 ); client2.logOn(logOnOptions2 ); 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.