fix(PV): Update Vehicle Global

Fix not being able to spawn personal vehicles.
This commit is contained in:
SAMURAI 2025-05-20 01:07:16 +01:00
parent 09e997f016
commit d849fbf16a
No known key found for this signature in database
GPG Key ID: B143055DD742CD8C
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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
{