Thread: [L4D] Left8Dead
View Single Post
Damizean
SourceMod Donor
Join Date: Mar 2009
Old 04-06-2009 , 16:01   Re: [L4D] Left8Dead
Reply With Quote #7

Hello Mad_Dugan

Awesome mod, thanks a lot! I've been playing with it this afternoon and it sure is fun playing with 8 survivors. However, I've noticed a small mistake on the source code:

PHP Code:
    for(new i=0;i<=4i++)
    {
        
l4dbot();
    } 
The condition i<=4 will do 5 iterations, wich will result in the creation of 5 survivor bots. Just changing it to i<4 will provide the correct number of bots

Thank you and keep up the good job!

Edit: Sorry, didn't see the planned features.

Last edited by Damizean; 04-06-2009 at 16:28.
Damizean is offline
Send a message via AIM to Damizean Send a message via MSN to Damizean