Author Topic: How do you kick with console?  (Read 719 times)

How do you kick using the console?

findclientbyname("name here").delete("Reason");

findclientbyname("name here").delete("Reason");
Not even close.


Just found out you could do kickID(bl_id); as well.

Not even close.
Very close.
You can set a different reason that
"You have been kicked my Admin (ID)"
Which is good.


Not even close.
What? That is very close.
The only thing it doesn't do it send a chat message saying the player was kicked.

http://forum.blockland.us/index.php?topic=82294.0
What OP is asking for isn't even in there but thanks for linking a topic filled with errors and lack of explanation anyways.

What? That is very close.
The only thing it doesn't do it send a chat message saying the player was kicked.

No. It's not even close. All that command does it delete the player object.

No. It's not even close. All that command does it delete the player object.
Nope.
Read it again.
It deletes the client, aka kicking him and displaying the parameter you set for delete.

No. It's not even close. All that command does it delete the player object.
Nope, it disconnects the client with a reason.

No. It's not even close. All that command does it delete the player object.
That's findclientbyname("name").player.delete(); you tard.