mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-19 07:28:04 +08:00
11 lines
272 B
C++
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();
|
||
|
}
|