mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-07-10 05:53:27 +08:00
Toxic features and improve protections (#897)
This commit is contained in:
@ -107,6 +107,7 @@ namespace big
|
||||
looped::session_force_thunder();
|
||||
looped::session_randomize_ceo_colors();
|
||||
looped::session_auto_kick_host();
|
||||
looped::session_block_jobs();
|
||||
|
||||
script::get_current()->yield();
|
||||
}
|
||||
@ -176,4 +177,16 @@ namespace big
|
||||
script::get_current()->yield();
|
||||
}
|
||||
}
|
||||
|
||||
void backend::world_loop()
|
||||
{
|
||||
LOG(INFO) << "Starting script: World";
|
||||
|
||||
while (g_running)
|
||||
{
|
||||
|
||||
looped::world_spawn_ped();
|
||||
script::get_current()->yield();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user