mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 23:17:52 +08:00
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(2810287).at(298).as<Vehicle*>();
|
||
|
}
|
||
|
}
|