feat(Vehicle): Added vehicle god mode

This commit is contained in:
Yimura
2021-08-16 23:11:08 +02:00
parent db5d7a91b3
commit f22682b607
3 changed files with 27 additions and 0 deletions

View File

@ -17,6 +17,9 @@ namespace big
{
if (ImGui::TreeNode("General"))
{
ImGui::Checkbox("God Mode", &g.vehicle.god_mode);
ImGui::SameLine();
if (ImGui::Button("Bring Personal Vehicle"))
{
QUEUE_JOB_BEGIN_CLAUSE()