* 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 7ac66e099b
commit 8c1093c491
17 changed files with 246 additions and 9 deletions

View File

@ -76,6 +76,8 @@ namespace big
looped::vehicle_boost_behavior();
looped::vehicle_god_mode();
looped::vehicle_speedo_meter();
looped::derail_train();
looped::drive_train();
script::get_current()->yield();
}