mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-19 07:28:04 +08:00
10 lines
194 B
C++
10 lines
194 B
C++
#include "backend/looped/looped.hpp"
|
|
#include "script_global.hpp"
|
|
|
|
namespace big
|
|
{
|
|
void looped::tunables_disable_phone()
|
|
{
|
|
*script_global(20249).as<bool*>() = g->tunables.disable_phone;
|
|
}
|
|
} |