Author Topic: Secret Ban Script help  (Read 1368 times)

Hey, I'm making a script where you can ban or kick someone without announcing it to the whole server. What function do I use for ban/kick? Also would I package it? Thank you for any help in advance.

Hmmm, I would download this. As for the scripting, I can't.

Yeah, I guess if I ever finish it I might release it, it was kinda for my friend since he requested it.

Why would he need such a script?

Have you ever hosted a server, someone's being a noob, and banned them then you come out looking like an ass? This will solve that, in fact I should add the message that shows up when a player leaves... if I ever get the easy part here done.

you could write to the ban list, and then use %client.delete("reason"); which will force them to leave and pop up the message "reason".

Not really the info I think I asked for... I mean what function do I call for ban?

I believe the ban function has the message in it.

Have you ever hosted a server, someone's being a noob, and banned them then you come out looking like an ass?

Nope. Usually when I ban someone, they are enough of an idiot that other people on the server support it. Usually you only look like an ass if you gave a bullstuff reason or the percievers are morons.

I told you how to ban ... write it to the ban list .txt file then use %client.delete(); to force them to leave.