- Sean Aero
- |
- Exalted Member
What I would like to see next is that halo servers start sending kills, deaths, assists and game status (playing/ended) arrays. Main reason is for clan usage.
All these are needed in order to keep track of your overall score automatically.
This information is not send by the server! Please put this in next ^_^
Here is the info you can get using a server query
Array
(
[0] => Array
(
[num_players] => 14
[players] => Array
(
[0] => Array
(
[player] => BCAero
[score] => 46
[ping] =>
[team] => 2
)
[1] => Array
(
[player] => BCHarkonnen
[score] => 29
[ping] =>
[team] => 3
)
[2] => Array
(
[player] => (VG)Alex
[score] => 13
[ping] =>
[team] => 4
)
[3] => Array
(
[player] => VGvoldefart
[score] => 12
[ping] =>
[team] => 5
)
[4] => Array
(
[player] => Pauahaua
[score] => 2
[ping] =>
[team] => 6
)
[5] => Array
(
[player] => CHRISTOPHER
[score] => 14
[ping] =>
[team] => 7
)
[6] => Array
(
[player] => (VG)Fiona
[score] => 5
[ping] =>
[team] => 8
)
[7] => Array
(
[player] => (VG)Turnkey
[score] => 34
[ping] =>
[team] => 9
)
[8] => Array
(
[player] => sploogie
[score] => 13
[ping] =>
[team] => 10
)
[9] => Array
(
[player] => Blasters
[score] => 25
[ping] =>
[team] => 11
)
[10] => Array
(
[player] => ÃikËm°
[score] => 17
[ping] =>
[team] => 12
)
[11] => Array
(
[player] => neco95
[score] => 8
[ping] =>
[team] => 13
)
[12] => Array
(
[player] => The Light
[score] => 10
[ping] =>
[team] => 14
)
[13] => Array
(
[player] => sarge
[score] => 3
[ping] =>
[team] => 15
)
)
As you can see only player name, score, ping and the team a players is on are send.
Would appreciate it if kills, death, assists, game status are send as well.
Let me know if it's possible to do so.
[Edited on 12.16.2008 8:09 AM PST]