Request:
No bot spectating
what this function does:
- when you die, you should not spectate a bot. (switch to the next alive person)
- when the user that you are spectating dies, you should not spectate a bot. (switch to the next alive person)
- a cvar to turn this feature OFF/ON/ADMIN ONLY : pb_no_bot_spectating 0/1/2
benefits:
- you dont have to press a keyboard or mouse key all the time to switch from that bot to a real player. Been doing this for years. As an admin spectating players all the time, this makes the admins work much more easier.
- never again hearing someone say after he dies:
Player: "bots?"
..then leaving
easy method:
check if player is spectating a bot, if yes, execute a
+attack;wait;wait;-attack on client. There is probably a better way.