feat(Globals): Updated to 1.58

This commit is contained in:
Yimura 2021-12-15 18:17:05 +01:00
parent b5799c3029
commit e0e6840d28
2 changed files with 4 additions and 4 deletions

View File

@ -9,8 +9,8 @@ namespace big
{ {
if (g.self.off_radar) if (g.self.off_radar)
{ {
*script_global(2426865).at(PLAYER::GET_PLAYER_INDEX(), 449).at(209).as<int*>() = 1; *script_global(2689156).at(PLAYER::GET_PLAYER_INDEX(), 453).at(209).as<int*>() = 1;
*script_global(2441237).at(70).as<int*>() = NETWORK::GET_NETWORK_TIME() + 1; *script_global(2703656).at(70).as<int*>() = NETWORK::GET_NETWORK_TIME() + 1;
} }
} }
} }

View File

@ -7,8 +7,8 @@ namespace big
{ {
if (g.tunables.no_idle_kick) if (g.tunables.no_idle_kick)
{ {
*script_global(1379108).at(1149).as<int*>() = 0; *script_global(1644209).at(1149).as<int*>() = 0;
*script_global(1379108).at(1165).as<int*>() = 0; *script_global(1644209).at(1165).as<int*>() = 0;
} }
} }
} }