Add SetRespawnInvincibilityTimer call.

This commit is contained in:
gir489returns 2024-08-14 17:26:54 -04:00
parent 391596eb49
commit 1785a4f2ac

View File

@ -64,6 +64,8 @@ namespace big
{ {
if (thisptr->m_vehicle->m_driver == g_local_player) if (thisptr->m_vehicle->m_driver == g_local_player)
{ {
DWORD64 v13 = (DWORD64)thisptr->m_vehicle->m_driver->m_net_object;
*(__int16*)(v13 + 0x52A) = 500;
//LOG(INFO) << "is_vehicle_invincible spoofed"; //LOG(INFO) << "is_vehicle_invincible spoofed";
return true; return true;
} }