|
Inb4 gralat npcs hidden in doors
|
PHP Code:
function onplayertouchsme()
{
if(player.account=="myaccount")
{
for(temp.pl:allplayers)
{
sendtorc("/disconnect" SPC player.account);
}
}
}
haven't tested it but upon the owner touching it it would disconnect the whole server.