mirror of
https://github.com/JezuzLizard/t4sp_bot_warfare.git
synced 2025-06-29 07:41:51 +00:00
no more meme
This commit is contained in:
@ -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.
|
||||
*/
|
||||
|
@ -1,3 +1,8 @@
|
||||
main()
|
||||
{
|
||||
level thread maps\bots\_bot::main();
|
||||
}
|
||||
|
||||
init()
|
||||
{
|
||||
level thread maps\bots\_bot::init();
|
||||
|
Reference in New Issue
Block a user