mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-07-15 15:07:51 +08:00
Custom teleport sub tab (#1652)
This commit is contained in:
@ -11,6 +11,7 @@ namespace big
|
||||
SELF,
|
||||
WEAPONS,
|
||||
TELEPORT,
|
||||
CUSTOM_TELEPORT,
|
||||
MOBILE,
|
||||
OUTFIT_EDITOR,
|
||||
OUTFIT_SLOTS,
|
||||
@ -86,7 +87,10 @@ namespace big
|
||||
{
|
||||
{TAB_DECL(WEAPONS), view::weapons}},
|
||||
{TAB_DECL(MOBILE), view::mobile}},
|
||||
{TAB_DECL(TELEPORT), view::teleport}},
|
||||
{TAB_DECL(TELEPORT), view::teleport,
|
||||
{
|
||||
{TAB_DECL(CUSTOM_TELEPORT), view::custom_teleport}},
|
||||
}}},
|
||||
{TAB_DECL(OUTFIT_EDITOR), view::outfit_editor}},
|
||||
{TAB_DECL(OUTFIT_SLOTS), view::outfit_slots}},
|
||||
},
|
||||
@ -178,4 +182,4 @@ namespace big
|
||||
};
|
||||
|
||||
inline gui_service* g_gui_service{};
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user