mirror of
				https://github.com/ineedbots/t5_bot_warfare.git
				synced 2025-11-04 01:57:07 +00:00 
			
		
		
		
	Can switch to altmode
This commit is contained in:
		@@ -2591,7 +2591,7 @@ bot_weapon_think()
 | 
			
		||||
			if(!self getAmmoCount(weapon))
 | 
			
		||||
				continue;
 | 
			
		||||
					
 | 
			
		||||
			if (!maps\mp\gametypes\_weapons::isPrimaryWeapon( weapon ) && !maps\mp\gametypes\_weapons::isSideArm( weapon ))
 | 
			
		||||
			if (!maps\mp\gametypes\_weapons::isPrimaryWeapon( weapon ) && !maps\mp\gametypes\_weapons::isSideArm( weapon ) && !isWeaponAltmode(weapon))
 | 
			
		||||
				continue;
 | 
			
		||||
				
 | 
			
		||||
			if(curWeap == weapon || weapon == "none" || weapon == "" || weapon == "strela_mp")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user