feat(Toxic): Kick from vehicle (#165)

This commit is contained in:
Mystro
2022-05-04 11:02:29 +03:00
committed by GitHub
parent 7e344028db
commit 93f38b20fc
2 changed files with 13 additions and 2 deletions

View File

@ -121,7 +121,11 @@ namespace big
components::button("Taze", [] {
toxic::taze_player(g_player_service->get_selected()->id());
});
components::button("Kick From Vehicle", [] {
toxic::kick_from_vehicle(g_player_service->get_selected()->id());
});
}
}
}
}
}