TYBA






protocol.GetPlayerStatusRequest

GetPlayerStatusRequest

This request allows you to get the current player status for of 1 or many players.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerlist of player id's

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <getPlayerStatus>
              <id>255</id>
              <id>255</id>
          </getPlayerStatus>
      </fn>
  </sireq>

 

back to index