This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
YimMenu/BigBaseV2/src/features/teleport.hpp

11 lines
272 B
C++

#pragma once
#include "features.hpp"
#include "natives.hpp"
#include "script.hpp"
namespace big::features::teleport
{
bool bring_blip(int blipSprite, int blipColor, int flag = 70);
bool teleport_to_blip(int blipSprite, int blipColor = -1);
bool waypoint();
}