View Single Post
BioHazardN7
Member
Join Date: Oct 2020
Location: Україна
Old 10-02-2020 , 03:53   Re: [L4D2] Infected Loot Drops (2.3d)
Reply With Quote #120

Hello
I have a problem with spawning zombies on the last update.
PHP Code:
global:
{
    
repeat 1;
    
dice = [1000];
    
things = (
        {
            
name "mob-random_auto"type "infected";
            
min 100;
            
max 105;
        },
        {
            
name "infected-team_auto"type "infected";
            
min 400;
            
max 402;
        },
        {
            
name "witch_auto"type "infected";
            
min 666;
            
max 666;
        }
    );
}; 
1. Spawn comes from the body of the slain;
2. Instead of "infected-team" and "mob-random", an ordinary zombie will spawn.
BioHazardN7 is offline