Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Source] Vote Kick

Newbie Spellweaver
Joined
Jun 21, 2015
Messages
69
Reaction score
15
Vote kick start REQ:

Vote kick start ACK:

To add the vote kick message in the game console is simple:
PHP:
Console_Name.Info("[VOTE-KICK] Vote kick started successfully.");
 
Last edited:
Newbie Spellweaver
Joined
Jun 21, 2015
Messages
69
Reaction score
15
I think not
How does the player kick?
How does the system understand who votes for what?
And where to get the message that the player was kicked out?
What I wanted to tell you is that this is all I can pass on to people here on ragezone, the rest gets the others to get what they lack, which in the case is little
 
Newbie Spellweaver
Joined
Aug 11, 2015
Messages
55
Reaction score
16
That's code is incomplete! Is missing
-Vote kick update (REQ, ACK)
-Vote kick result (REQ, ACK)
-Player battle kick (ACK)
 
Newbie Spellweaver
Joined
Apr 20, 2009
Messages
18
Reaction score
6
There is a little lack of the logic of the kick itself, the calculation of the voting time should be done on the server, and the dispatch of the completion of voting and the elimination of the player.
 
Newbie Spellweaver
Joined
Jun 21, 2015
Messages
69
Reaction score
15
There is a little lack of the logic of the kick itself, the calculation of the voting time should be done on the server, and the dispatch of the completion of voting and the elimination of the player.

I only gave an initial kick-kick base
 
Back
Top