
xLeeJYx
Member-
Posts
100 -
Joined
-
Last visited
Everything posted by xLeeJYx
-
oh wait nvm, found a anwser to it
-
Very simple question, is it possible to connect to a server using node-tf2/node-globaloffensive ?
-
Look for a vps
-
No one pays for your electrical fees
-
GlobalOffensive(user).requestPlayersProfile() not working?
xLeeJYx replied to spezi's topic in node-steam-user
Maybe because you are set to offline ? Trying going online instead- 2 replies
-
- node.js
- node-steam-user
-
(and 1 more)
Tagged with:
-
he already said using promises. Youve gotta learn how to use promises for async functions
-
show your code
-
https://github.com/DoctorMcKay/node-steamcommunity/wiki/CSteamUser#summary
-
Really simple question : Are we actually logon to steamcommunity.com ? Because im trying to allow openid. This is my code. However when i open up the body, it asks me to login request({url: 'http://backpack.tf/login'}, function (err, response, body) { if(err){ console.log(err) }else{ console.log(body) } })
-
Question How to get more specific data from CEconItem
xLeeJYx replied to Verize's topic in node-steam-tradeoffer-manager
var splited = ("StatTrakâ„¢ Tec-9 | Isaac (Field-Tested)").split(" ") console.log(splited) //[ 'StatTrakâ„¢', 'Tec-9', '|', 'Isaac', '(Field-Tested)' ] Then you can access the Tec-9 with splitted[1] *Edit* I dont think you can do it through CEonItem -
he is trying to make a bot that will trade according to a pricelist. But by just seeing the code u know what is it :V it only accept offer from 1 user
-
do you log out after doing that ? Or you just client.login and just leave it like that ?
-
fs.writeFile('filename', content, function(err){ if(err){ console.log(err )} })
-
why do you even need it to have different ip ?
-
How to set separate commands for certain steam users
xLeeJYx replied to Lonster_Mosnter's topic in node-steam-user
your if (steamID === 76561198076819824) is the one preventing it to happen -
you are using node-steam-tradeoffers not node-steam-tradeoffer-manager. Not sure if Dr.McKay can help
-
if you trust us, then show us the code. Post it at sites like pastebin (remember to hide your passwords, username, and secrets)
-
Weird if the code is leaked, how does he know this forum ? We just gotta wait for him to reply
-
If you build it yourself, it shouldnt have problems. If you bought it the seller might add some codes in the code and will accept any offer from a specific steam user