mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 23:17:52 +08:00
13 lines
342 B
C++
13 lines
342 B
C++
![]() |
#pragma once
|
||
|
#include "features.hpp"
|
||
|
#include "gta/joaat.hpp"
|
||
|
|
||
|
namespace big::features::functions
|
||
|
{
|
||
|
void get_active_character_slot(int* statSlot);
|
||
|
void join_session_type(session_type session);
|
||
|
void reset_vehicle_sell_stats();
|
||
|
void set_car_sell_value(int value);
|
||
|
void set_player_level(int level);
|
||
|
void spoof_rank(int rank);
|
||
|
}
|