Jump to content
McKay Development

Search the Community

Showing results for tags 'Globaloffensive'.

  • Search By Tags

    • globaloffensive ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 8 results

  1. Is there a way to get information about score for each team and account side in the current competitive match? Or maybe there are some other tools for this?
  2. I hate to ask this because it seems like a pretty simple thing to figure out but I've been banging my head here. Trying to figure out the proper payload to send to k_EMsgGCNameBaseItem using this as a starting point k_EMsgGCNameItem I've used NetHook2 to capture the payload sent w...
  3. Basically the title. As far as I understand when using getCasketContents the items array doesn't have the name of the items that are stored in it. Is there any way to determine the name of the item and only remove let's say "Shattered Web Cases" from the storage unit? Secondly is there a limit...
  4. I have tried out the node-steam-user and node-globaloffensive package but I've logged in manually till now using username and password. Now I'm changing the manual login method to O-Auth/openid just like the "login with steam" feature on this site. Is there a way to use the logOn function of n...
  5. How can I get an item image or even 3d model of an item? Examples:https://s.cs.money/Zw7kaxs.jpg
  6. Hey there, I've currently spent today investigating and playing around with node-steam-user, and node-globaloffensive. I've have an array of inspect item links and I would like to check each of them using the InspectItem method, however my implementation seems to only send a protobuf message once, w...
  7. Hello, i cant get requestPlayersProfile to work. var Steam = require('steam-client'); var SteamID = require("steamid"); var GlobalOffensive = require('globaloffensive'); var SteamUser = require('steam-user'); var crypto = require('crypto'); var account_name = "name"; var password = "password"...
  8. Hello, I tryed to get the globaloffensive GameCoordinator working for the whole day but it just does not work... My implementation: this._client = new SteamUser(); this._community = new SteamCommunity(); this._manager = new TradeOfferManager({ "steam": self._client,...
×
×
  • Create New...