mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-23 01:02:23 +08:00
feat(Vehicle): Added vehicle god mode
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user