* feat(Toxic): add send to island
* feat(mobile): add helicopter backup
* refractor(mobile): update seperator
* feat(Troll): add set bounty

* tps
tp all to island
tp all to eclipse
tp to eclipse

* working hijack &, delete. + placeholders
* speed, derail
* drive train, working derail
* improved drive train
* exit train, rework delete
* using CReplayInterface
This commit is contained in:
Rimmuru
2023-01-06 23:25:16 +00:00
committed by GitHub
parent cd7e5c326d
commit 5260b27899
17 changed files with 246 additions and 9 deletions

View File

@ -287,8 +287,10 @@ namespace big
components::button("TP All To Skydive", [] { g_player_service->iterate([](auto& plyr) { toxic::start_activity(plyr.second, eActivityType::Skydive); }); });
ImGui::SameLine();
components::command_button<"interiortpall">({ 81 }, "TP All To MOC");
ImGui::SameLine();
components::command_button<"interiortpall">({ 123 }, "TP All To Casino");
ImGui::SameLine();
components::command_button<"interiortpall">({ 124 }, "TP All To Penthouse");