View Single Post
ne0cha0s
Senior Member
Join Date: Mar 2010
Old 03-28-2010 , 15:59   Re: [L4D2] Charge Assurance
Reply With Quote #8

Quote:
Originally Posted by berni View Post
I've seen that when you have bots in your team, they sometime spawn with the same characters, 2 hunters, or 2 chargers at same time, this only seems to happen with bots, and it's also incompatible with other sourcemod plugins that enable you to have multiple chargers at a time.

You can make a global variable for each player:

new bool:done[MAXPLAYERS] = { false, ... };

public OnClientPutInServer(client) {

done[client] = false;
}
- beat me to the suggestion, lol
__________________


ne0cha0s is offline