mirror of
https://github.com/JezuzLizard/t4sp_bot_warfare.git
synced 2025-04-22 06:25:44 +00:00
no more meme
This commit is contained in:
parent
a91d8a769e
commit
12c74cc6f4
@ -2,6 +2,24 @@
|
|||||||
#include maps\_utility;
|
#include maps\_utility;
|
||||||
#include maps\bots\_bot_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.
|
Initiates the whole bot scripts.
|
||||||
*/
|
*/
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
main()
|
||||||
|
{
|
||||||
|
level thread maps\bots\_bot::main();
|
||||||
|
}
|
||||||
|
|
||||||
init()
|
init()
|
||||||
{
|
{
|
||||||
level thread maps\bots\_bot::init();
|
level thread maps\bots\_bot::init();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user