mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-15 22:08:00 +08:00
fix(PV): Update Vehicle Global
Fix not being able to spawn personal vehicles.
This commit is contained in:
parent
09e997f016
commit
d849fbf16a
@ -24,7 +24,7 @@ namespace big::scr_globals
|
||||
static inline const script_global transition_state(1575012);
|
||||
static inline const script_global sctv_spectator(2697978); // pausemenu_multiplayer function 0xE49C42EC
|
||||
|
||||
static inline const script_global vehicle_global(1586535);
|
||||
static inline const script_global vehicle_global(1586536);
|
||||
|
||||
static inline const script_global freemode_properties(2672939);
|
||||
static inline const script_global freemode_global(2739811);
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include "gta_pointers_layout_info.hpp"
|
||||
#include "sc_pointers_layout_info.hpp"
|
||||
|
||||
#define GTA_VERSION_TARGET "1.70-3504"
|
||||
#define GTA_VERSION_TARGET "1.70-3521"
|
||||
|
||||
namespace big
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user