Started error handling for vote kick.

This commit is contained in:
lotodore
2008-12-06 00:18:36 +00:00
parent 5bf83898d2
commit 2652625828
6 changed files with 113 additions and 39 deletions
+5 -3
View File
@@ -821,13 +821,15 @@ Server Reply: Ask Kick Player Denied
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Message Type = 114 | Message Length = 12 |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Player ID |
| Player ID (who cannot be kicked) |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Deny Reason | Reserved |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Deny Reason:
0x0000: Another kick cannot be requested at this time.
0x0001: Kick request is already in progress for this player.
0x0000: Invalid state. Vote kick is only possible when the game is running.
0x0001: Kick not possible due to number of players.
0x0002: Another kick cannot be requested at this time.
0x0003: Kick request is already in progress for this player.
0xFFFF: Other reason.