feat: remote taze player (#94)

Co-authored-by: Yimura <andreas.maerten@scarlet.be>
This commit is contained in:
Maddy
2022-03-08 13:56:14 -05:00
committed by GitHub
parent cb7c4838cd
commit 22b923f54d
2 changed files with 20 additions and 4 deletions

View File

@ -121,10 +121,12 @@ namespace big
g_player_service->get_selected()->id(),
eExplosionType::PLANE, 1000, false, true, 0.f
);
});
}
});
components::button("Taze", [] {
toxic::taze_player(g_player_service->get_selected()->id());
});
}
}
}
}