feat(Teleport): Teleport to objective
This commit is contained in:
parent
ed73b6dc36
commit
15baa946cf
@ -16,6 +16,26 @@ namespace big
|
||||
}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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user