TYBA






protocol.AddAllToPlayerResponse2

AddAllToPlayerResponse2

This response acts as an acknowledgment to its corresponding request.

ParameterOptionalMax Allowed DataTypeNotes
cidno1text client id. used to track origin of any particular message
idno1database id player id
uidnounboundeduser iddeezer user id

Example xml:

 <sireq>
      <cid>Mum</cid>
      <fn>
          <addAllToPlayer2>
              <id>1</id>
              <uid>1</uid>
          </addAllToPlayer2>
      </fn>
 </sireq>
 

back to index