Author Topic: AGlassOfMilk's Kill Command  (Read 1734 times)

It's not on the forums and not on RTB3.. I need it bad ._.



Toje is a good admin, last time I checked. Which was a while ago, sorry Toje. Am I still a Super?

Yes toje is a good admin, but he has too many admins

Explain what it is please.  I've never heard of it.

Yes toje is a good admin, but he has too many admins
Yeah, like he should deadmin Reaper and I, we barely ever go there, anymore. Lol, dead-min.


talking about host force kill?

offtopic: would anyone happen to have the event iflastplayermessage?

Hm...
This is probably a dumb idea, but...

FindClientByName("name").Player.Kill();

Hm...
This is probably a dumb idea, but...

FindClientByName("name").Player.Kill();

No.

Code: [Select]
package kill{
function serverCmdKill(%client, %t)
{if(%client.isadmin==1)
{findclientbyname(%t).player.kill();}
}
activatepackage(kill);

...
I meant the console command. it's always worked for me.

No.

Code: [Select]
package kill{
function serverCmdKill(%client, %t)
{if(%client.isadmin==1)
{findclientbyname(%t).player.kill();}
}
activatepackage(kill);
That doesn't need to be in a package.

talking about host force kill?

offtopic: would anyone happen to have the event iflastplayermessage?

<var:player:iflastmsg>


I don't know, is GlassOfMilk's kill command the host only one? I have it and could PM it to whoever needs/wants it.