mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 23:17:52 +08:00

* RGB vehicle feature had broken UI * Globals updated to 1.59 * Removed super run (ReClass outdated)
10 lines
171 B
C++
10 lines
171 B
C++
#pragma once
|
|
#include "script_global.hpp"
|
|
|
|
namespace big::globals
|
|
{
|
|
inline Vehicle get_personal_vehicle()
|
|
{
|
|
return *script_global(2810701).at(298).as<Vehicle*>();
|
|
}
|
|
} |