protocol.GetPlayerStatusRequest
This request allows you to get the current player status for of 1 or many players.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
id | no | unbounded | integer | list of player id's |
Example xml:
<sireq> <cid>Mum</cid> <fn> <getPlayerStatus> <id>255</id> <id>255</id> </getPlayerStatus> </fn> </sireq>