mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +08:00
refactor(Features): Delete some lingering files
This commit is contained in:
parent
c627281e4d
commit
9b3166f486
@ -1,11 +0,0 @@
|
||||
#include "features.hpp"
|
||||
#include "script_global.hpp"
|
||||
|
||||
namespace big
|
||||
{
|
||||
void features::disable_phone()
|
||||
{
|
||||
if (g_settings.options["disable_phone"])
|
||||
*script_global(19664).as<int*>() = 1;
|
||||
}
|
||||
}
|
@ -1,14 +0,0 @@
|
||||
#include "features.hpp"
|
||||
#include "script_global.hpp"
|
||||
|
||||
namespace big
|
||||
{
|
||||
void features::reveal_players()
|
||||
{
|
||||
if (g_settings.options["reveal_players"].get<bool>())
|
||||
{
|
||||
*script_global(2425869).at(1 + (g_playerId * 443)).at(207).as<int*>() = 1;
|
||||
*script_global(2440049).at(71).as<int*>() = NETWORK::GET_NETWORK_TIME() + 999;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user