mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 23:17:52 +08:00
feat(OffRadar): Fixed global offsets
This commit is contained in:
parent
0f202d7606
commit
1290f2a366
@ -8,8 +8,8 @@ namespace big
|
||||
{
|
||||
if (g.self.off_radar)
|
||||
{
|
||||
*script_global(2426097).at(PLAYER::PLAYER_ID(), 443).at(204).as<int*>() = 1;
|
||||
*script_global(2440277).at(70).as<int*>() = NETWORK::GET_NETWORK_TIME();
|
||||
*script_global(2426865).at(PLAYER::PLAYER_ID(), 449).at(209).as<bool*>() = true;
|
||||
*script_global(2441237).at(70).as<int*>() = NETWORK::GET_NETWORK_TIME() + 1;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user