bots properally use weapons

This commit is contained in:
ineed bots
2024-09-21 23:36:57 -06:00
parent 0028ed705f
commit 3bc50e5a33
4 changed files with 360 additions and 4 deletions
+3 -3
View File
@@ -6,7 +6,7 @@
*/
init()
{
level.bw_version = "2.2.0 PR 1";
level.bw_version = "2.3.0 PR 1";
if ( getcvar( "bots_main" ) == "" )
{
@@ -43,7 +43,7 @@ init()
if ( getcvar( "bots_main_kickBotsAtEnd" ) == "" )
{
setcvar( "bots_main_kickBotsAtEnd", false ); // kicks the bots at game end
setcvar( "bots_main_kickBotsAtEnd", true ); // kicks the bots at game end
}
if ( getcvar( "bots_manage_add" ) == "" )
@@ -70,7 +70,7 @@ init()
{
setcvar( "bots_manage_fill_kick", false ); // kick bots if too many
}
if ( getcvar( "bots_manage_fill_watchplayers" ) == "" )
{
setcvar( "bots_manage_fill_watchplayers", false ); // add bots when player exists, kick if not