Мне было скучно
ui.add_checkbox("Random KillSound", "randomkill")
register_callback("player_death", function() {
if (!vars.get_bool("js.randomkill")) return;
var attacker = entity.get_player_for_user_id(current_event.get_int("attacker"))
var userid =...