Jump to content
McKay Development

miaomiaomiao

Member
  • Posts

    5
  • Joined

  • Last visited

miaomiaomiao's Achievements

  1. Received wallet info update: { has_wallet: true, balance: -2132471336, currency: 15, balance_delayed: 0, balance64: '2162495960', balance64_delayed: '0', realm: 1 } this is a wallet event balance64 is Correct // source code this.emit('wallet', body.has_wallet, body.currency, body.balance / 100); this.wallet = { hasWallet: body.has_wallet, currency: body.currency, balance: body.balance / 100 }; body.balance use body.balance64 is ok doctor can update this?
  2. country is ID The actual balance is 22,517,929.24 After logging in, a wallet event was triggered, and it's showing an incorrect balance of -20431743.72 Could anyone help me understand what might be going wrong and guide me on how to fix it?
  3. My cancellation settings are also not taking effect, and I'm not sure why. dota2 can work but csgo can not work...
  4. "cancelTime: 600000" has no effect on "Csgo2" but is effective for "Dota2." How can I set it up? useAccessToken :true ok good
  5. Logged into Steam { Error: connect ETIMEDOUT 173.252.102.241:443 at Object._errnoException (util.js:1022:11) at _exceptionWithHostPort (util.js:1044:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1198:14) code: 'ETIMEDOUT', errno: 'ETIMEDOUT', syscall: 'connect', address: '173.252.102.241', port: 443 } i use the offloader.js ,who can help me...
×
×
  • Create New...