feat(OffRadar): Fixed global offsets

This commit is contained in:
Yimura
2021-07-23 10:12:40 +02:00
parent 0edc11ca4a
commit e1d5d3ee46

View File

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