mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-22 08:42:44 +08:00
Force session host and improve protections (#593)
* Add force session host and update protections * Remove old popgroup protection * Harden script patcher * Replace looped options with script patches * Missing break * Use enums * Forgot to break again... * Add tooltip for force session host Co-authored-by: user <email@hostname>
This commit is contained in:
@ -1,11 +0,0 @@
|
||||
#include "backend/looped/looped.hpp"
|
||||
#include "script_global.hpp"
|
||||
|
||||
namespace big
|
||||
{
|
||||
// allows for spawning unreleased vehicles in online and online vehicles in single player
|
||||
void looped::vehicle_despawn_bypass()
|
||||
{
|
||||
*script_global(4539659).as<bool*>() = true;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user