.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Bug Reports (http://forums.bots-united.com/forumdisplay.php?f=49)
-   -   Ct's don't check for enemies b4 defusing (http://forums.bots-united.com/showthread.php?t=1909)

Huntkillaz 09-06-2004 01:22

Ct's don't check for enemies b4 defusing
 
i was looking at the code and saw them while playing ..that they don't do this...which means t's kill the ct

ie: goto bomb site do 360 spin checking for enemy...if not found then goto defuse

[code]
if (!g_bIgnoreEnemies && BotFindEnemy (pBot))
pBot->iStates |= STATE_SEEINGENEMY;
else
{
pBot->iStates &= ~STATE_SEEINGENEMY;
pBot->pBotEnemy = NULL;
}
[\code]
needs something like this in b4 it goes to do actual defusing

sPlOrYgOn 09-06-2004 01:26

Re: Ct's don't check for enemies b4 defusing
 
yea it was kind of funny when i was crouching right next to the bomb and there were about 5 ct's trying to defuse..
they didn't even try to kill me..


All times are GMT +2. The time now is 11:25.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.