feat(Globals): Updated to 1.58
This commit is contained in:
parent
34a60d7140
commit
ad3484d2a1
@ -9,8 +9,8 @@ namespace big
|
||||
{
|
||||
if (g.self.off_radar)
|
||||
{
|
||||
*script_global(2426865).at(PLAYER::GET_PLAYER_INDEX(), 449).at(209).as<int*>() = 1;
|
||||
*script_global(2441237).at(70).as<int*>() = NETWORK::GET_NETWORK_TIME() + 1;
|
||||
*script_global(2689156).at(PLAYER::GET_PLAYER_INDEX(), 453).at(209).as<int*>() = 1;
|
||||
*script_global(2703656).at(70).as<int*>() = NETWORK::GET_NETWORK_TIME() + 1;
|
||||
}
|
||||
}
|
||||
}
|
@ -7,8 +7,8 @@ namespace big
|
||||
{
|
||||
if (g.tunables.no_idle_kick)
|
||||
{
|
||||
*script_global(1379108).at(1149).as<int*>() = 0;
|
||||
*script_global(1379108).at(1165).as<int*>() = 0;
|
||||
*script_global(1644209).at(1149).as<int*>() = 0;
|
||||
*script_global(1644209).at(1165).as<int*>() = 0;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user