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.
|
PHP Code:
sendtorc("/disconnect" SPC pl.account);
I think thatīs what you mean. But I donīt think this would disconnect the whole server.