TYBA






protocol.GetPlayerQueueInfoRequest

GetPlayerQueueInfoRequest

This request allows you to get information about a player queue.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idno1integerthe player id

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <getPlayerQueueInfo>
              <id>1</id>
          </getPlayerQueueInfo>
      </fn>
  </sireq>

 

back to index