feat(Player): Added Flying vehicle

Co-authored-by: LiamD-Flop
This commit is contained in:
Mystro
2022-05-05 23:51:18 +03:00
committed by GitHub
parent cf22bdc63a
commit 28640b453e
8 changed files with 56 additions and 6 deletions

View File

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