mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-09 10:49:28 +08:00
feat(Teleport): Teleport to objective
This commit is contained in:
parent
7d731476d4
commit
b648cba70d
@ -16,6 +16,26 @@ namespace big
|
|||||||
}QUEUE_JOB_END_CLAUSE
|
}QUEUE_JOB_END_CLAUSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (ImGui::Button("Waypoint"))
|
||||||
|
{
|
||||||
|
QUEUE_JOB_BEGIN_CLAUSE()
|
||||||
|
{
|
||||||
|
teleport::to_blip(1, 5);
|
||||||
|
teleport::to_blip(57, 5);
|
||||||
|
teleport::to_blip(128, 5);
|
||||||
|
teleport::to_blip(129, 5);
|
||||||
|
teleport::to_blip(130, 5);
|
||||||
|
teleport::to_blip(143, 5);
|
||||||
|
teleport::to_blip(144, 5);
|
||||||
|
teleport::to_blip(145, 5);
|
||||||
|
teleport::to_blip(146, 5);
|
||||||
|
teleport::to_blip(271, 5);
|
||||||
|
teleport::to_blip(286, 5);
|
||||||
|
teleport::to_blip(287, 5);
|
||||||
|
teleport::to_blip(288, 5);
|
||||||
|
}QUEUE_JOB_END_CLAUSE
|
||||||
|
}
|
||||||
|
|
||||||
ImGui::EndTabItem();
|
ImGui::EndTabItem();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user