Enemtia Posted May 18, 2017 Report Posted May 18, 2017 Hi guys! How to send offer my friends, if i dont know partner trade url? var offer = manager.createOffer('[U:1:46143802]'); SteamID3 not working. Quote
jafix Posted May 18, 2017 Report Posted May 18, 2017 (edited) You should use steamID64. That's the one that starts with 76. Edited May 18, 2017 by jafix Quote
Enemtia Posted May 18, 2017 Author Report Posted May 18, 2017 (edited) Not working. Fail: if((matches = input.match(/^Steam... TypeError: input.match is not a function Edited May 18, 2017 by Enemtia Quote
Dr. McKay Posted May 18, 2017 Report Posted May 18, 2017 The code in your first post will absolutely work. Regarding your second post, are you passing the 64-bit SteamID as a string instead of a number? JavaScript can't handle integers that are that big. 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.