Author Topic: Host-Only Force Kill  (Read 9999 times)


Still abusive.
If the host is being abusive, then leave the server. You don't have to stay, you know...


If the host is being abusive, then leave the server. You don't have to stay, you know...
It's still an already made script that is handicapped to even make.

Good (not) choice.


Oh i c wat u did that, nice won dude.

Also yes, the host is abusive, the host is probably the most abusive person on the server, because he has the most power.

...moron.

With the force kill that I use, you can set the command in the RTB preferences to "Host", "Super Admin", or "Admin".  Self-explanatory, therefore I don't see why this is needed.

This is for lazy loving hosts who can't type findclientbyname(Gamefandan).player.kill(); into the console.
« Last Edit: April 26, 2009, 08:53:37 PM by gamefandan »

Did you ask permission to steal Tezuni's addon?

Did you ask permission to steal Tezuni's addon?

I totally re-made this one by scratch, noob...

Code: [Select]
$Pref::Server::ForceKill::Host=$pref::Player::NetName;

function serverCmdKill(%client,%player)
{
%p=findClientByName(%player).Player;
if(%client.name$=$Pref::Server::ForceKill::Host)
{
%p.kill();
}
else
{
messageClient(%client,'',"Only the host may do that.");
}
}

Must have been hard right?

Simple script edit. We don't need ANY MORE OF YOUR stuff SCRIPT EDITS. EVER.
« Last Edit: April 25, 2009, 11:39:31 AM by Skulltulla »

Besides, the force kill already has an option to be admin/SA/Host controlled anyway.

Even the server owner can become angry on a specific person and forcekill him.

Even the server owner can become angry on a specific person and forcekill him.

Anyone saying that this is abusive because the server owner is irresponsible is stupid, the host can kick or ban you anyway. It's not like we all go to servers owned by dip-stuffs.

I totally re-made this one by scratch, noob...
Actually, AGlass0fMilk made it.