feat(Features): Call guns in loop
This commit is contained in:
parent
bce76308b4
commit
24a89138d0
@ -12,8 +12,7 @@ namespace big
|
||||
update_player_structs();
|
||||
update_screen_sizes();
|
||||
|
||||
g_rid_joiner.look_for_session();
|
||||
|
||||
delete_gun();
|
||||
disable_phone();
|
||||
god_mode();
|
||||
gravity_gun();
|
||||
@ -30,6 +29,7 @@ namespace big
|
||||
spoof_rank();
|
||||
sticky_tyres();
|
||||
super_sprint();
|
||||
vehicle_gun();
|
||||
}
|
||||
|
||||
void features::script_func()
|
||||
|
@ -6,7 +6,6 @@
|
||||
#include "structs/temp.hpp"
|
||||
#include "features/functions.hpp"
|
||||
#include "features/notify.hpp"
|
||||
#include "features/rid_joiner.hpp"
|
||||
#include "features/stats.hpp"
|
||||
#include "features/teleport.hpp"
|
||||
|
||||
@ -30,6 +29,7 @@ namespace big
|
||||
void run_tick();
|
||||
void script_func();
|
||||
|
||||
void delete_gun();
|
||||
void disable_phone();
|
||||
void god_mode();
|
||||
void gravity_gun();
|
||||
@ -46,6 +46,7 @@ namespace big
|
||||
void spoof_rank();
|
||||
void sticky_tyres();
|
||||
void super_sprint();
|
||||
void vehicle_gun();
|
||||
|
||||
void update_screen_sizes();
|
||||
void update_player_structs();
|
||||
|
Reference in New Issue
Block a user