 |
|
Member
Join Date: Nov 2009
Location: Brazil
|

12-03-2009
, 16:29
Re: [L4D2] Increase special infected limit
|
#6
|
Hi!
I tried use Infected Bot, Auto infected Spawner, the normal director, but i cant get more than 4 SI, or 5 (with the 1 tank, but i can get any number of tanks).
When trying to spawn more infecteds, i receive a lot of msg: cant find a "infected" spawn position in 5 tries.
i used this to change "zombie" cvars:
new Handle:surv_l = FindConVar("survivor_limit");
SetConVarBounds(surv_l , ConVarBound_Upper, true, 8.0);
new Handle:zombie_player_l = FindConVar("z_max_player_zombies");
SetConVarBounds(zombie_player_l , ConVarBound_Upper, true, 8.0);
new Handle:minion_player_l = FindConVar("z_minion_limit");
SetConVarBounds(minion_player_l , ConVarBound_Upper, true, 8.0);
(8 just to start. Target is 14)
Dont work here -_-
Im using, l4dtoolz and zombie_havoc (havoc works nice to spawn survivor bots).
Last edited by FuzzOne; 12-03-2009 at 16:33.
|
|
|
|