mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
11 lines
216 B
C++
11 lines
216 B
C++
#include "native_hooks.hpp"
|
|
|
|
namespace big
|
|
{
|
|
inline void NETWORK_CAN_BAIL(rage::scrNativeCallContext* src)
|
|
{
|
|
LOG(INFO) << "NATIVE_HOOK => NETWORK_CAN_BAIL : TRIGGERED";
|
|
|
|
src->set_return_value<BOOL>(false);
|
|
}
|
|
} |