feat(self & vehicle): Added mobile radio and turning off engine. (#572)

This commit is contained in:
SpaghettDev
2022-11-11 11:51:40 -06:00
committed by GitHub
parent 9f55d0fda9
commit d0972f65d4
7 changed files with 69 additions and 0 deletions

View File

@ -36,6 +36,7 @@ namespace big
looped::self_hud();
looped::self_unlimited_oxygen();
looped::self_no_water_collision();
looped::self_mobile_radio();
script::get_current()->yield();
}