mirror of
https://github.com/JezuzLizard/t4sp_bot_warfare.git
synced 2025-10-07 07:06:39 +00:00
t4 refactor
This commit is contained in:
@@ -24,7 +24,7 @@ init()
|
||||
|
||||
do_printconsole( s )
|
||||
{
|
||||
printconsole( s );
|
||||
printf( s );
|
||||
}
|
||||
|
||||
do_botaction( action )
|
||||
@@ -49,8 +49,7 @@ do_botmeleeparams( yaw, dist )
|
||||
|
||||
do_botangles( angles )
|
||||
{
|
||||
self setplayerangles( angles );
|
||||
// self botangles( angles[ 0 ], angles[ 1 ], angles[ 2 ] );
|
||||
self botangles( angles );
|
||||
}
|
||||
|
||||
do_isbot()
|
||||
|
Reference in New Issue
Block a user