mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
feat(Backend): Added frame flags to loop
This commit is contained in:
parent
26bc009ce2
commit
12050657ec
@ -1,7 +1,8 @@
|
||||
#include "backend.hpp"
|
||||
#include "fiber_pool.hpp"
|
||||
#include "script.hpp"
|
||||
#include "looped/looped.hpp"
|
||||
#include "pointers.hpp"
|
||||
#include "script.hpp"
|
||||
|
||||
namespace big
|
||||
{
|
||||
@ -24,6 +25,7 @@ namespace big
|
||||
|
||||
QUEUE_JOB_BEGIN_CLAUSE()
|
||||
{
|
||||
looped::self_frame_flags();
|
||||
looped::self_godmode();
|
||||
looped::self_off_radar();
|
||||
looped::self_no_ragdoll();
|
||||
|
@ -10,6 +10,7 @@ namespace big
|
||||
|
||||
static void player_specate();
|
||||
|
||||
static void self_frame_flags();
|
||||
static void self_godmode();
|
||||
static void self_off_radar();
|
||||
static void self_noclip();
|
||||
|
Loading…
x
Reference in New Issue
Block a user