Jump to content
McKay Development

xedom

Member
  • Posts

    10
  • Joined

  • Last visited

Reputation Activity

  1. Like
    xedom reacted to Dr. McKay in Help with getServerList   
    You need to escape your backslashes (\\ instead of \). Also CS:GO's appid is 730, not 740 (use the game appid, not the server appid).
  2. Like
    xedom reacted to McMuffinDK in Help with getServerList   
    Yes, i would say so. Notice that the max limit is 5000
  3. Like
    xedom reacted to McMuffinDK in Help with getServerList   
    Try to add setTimeout with a few sec and see if it helps, might be called too early
  4. Like
    xedom reacted to McMuffinDK in Help with getServerList   
    Sorry, my bad.. NULL must be null
  5. Like
    xedom reacted to McMuffinDK in Help with getServerList   
    client.getServerList(NULL, 100, (servers) => { console.log(servers); }) You can find information about filters here: https://developer.valvesoftware.com/wiki/Master_Server_Query_Protocol#Filter
×
×
  • Create New...