feat: added boat pickup, ballistic armor and keep on ground (#932)
This commit is contained in:
@ -19,6 +19,8 @@ namespace big
|
||||
mobile::merry_weather::request_helicopter_pickup();
|
||||
});
|
||||
|
||||
components::command_button<"boatpickup">();
|
||||
|
||||
components::button("MW_BACKUP_HELI"_T, [] {
|
||||
mobile::merry_weather::request_backup_helicopter();
|
||||
});
|
||||
@ -44,5 +46,6 @@ namespace big
|
||||
mobile::ceo_abilities::request_bullshark_testosterone();
|
||||
});
|
||||
|
||||
components::command_button<"ballisticarmor">();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user