no more meme

This commit is contained in:
ineed bots 2023-07-22 18:36:08 -06:00
parent a91d8a769e
commit 12c74cc6f4
2 changed files with 23 additions and 0 deletions

View File

@ -2,6 +2,24 @@
#include maps\_utility;
#include maps\bots\_bot_utility;
/*
main
*/
main()
{
// stop the meme
func = GetFunction( "maps/_utility", "wait_network_frame" );
replaceFunc( func, ::wait_network_frame_func );
}
/*
oof
*/
wait_network_frame_func()
{
wait 0.05;
}
/*
Initiates the whole bot scripts.
*/

View File

@ -1,3 +1,8 @@
main()
{
level thread maps\bots\_bot::main();
}
init()
{
level thread maps\bots\_bot::init();