View Single Post
Zeisen
Member
Join Date: Nov 2016
Location: Republic of Korea
Old 10-23-2017 , 20:55   Re: [CS:S/CS:GO] Bot Attack Control
Reply With Quote #57

I found what is bug exactly. (in CS:GO)

It happened only terrorlist bots. they looking each other. and sometimes attack to his teammates.

Edit: I found more bug. i coded like this.

Code:
public Action OnShouldBotAttackPlayer(bot, player, &bool:result)
{	
	result = true;
	return Plugin_Changed;
}
they shoot each other. but bot terrorlists can kill each other. even though i set mp_friendlyfire convar to 0.

Last edited by Zeisen; 10-23-2017 at 22:50.
Zeisen is offline