View Single Post
Earendil
Senior Member
Join Date: Jan 2020
Location: Spain
Old 06-14-2022 , 12:40   Re: [L4D & L4D2] ZSpawn: Zombie Spawn manager (v1.2.5)[09-Mar-2021]
Reply With Quote #73

Quote:
Originally Posted by Mr. Man View Post
Think I found a potential bug. Sometimes the tank limit cvars aren't respected:

Code:
// Maximum amount of tanks that will be autospawned on each map.
// -
// Default: "2"
// Minimum: "0.000000"
// Maximum: "64.000000"
zspawn_autotank_max "1"

// Minimum amount of tanks that will be autospawned on each map.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "64.000000"
zspawn_autotank_min "1"
With these 2 settings I sometimes see 2 tanks spawn in a round.
Remember that the Director is spawning another tank too. Did you disabled director from spawning tanks?
Code:
zspawn_dir_allow_tank 0
__________________
>>My plugins<<
>>GitHub<<
Earendil is offline