Thread: Op4 Ctf???
View Single Post
Re: Op4 Ctf???
Old
  (#3)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: Op4 Ctf??? - 28-02-2004

There is a bug in HPB-Bot which will make the bots don't want to capture the flag after a successful capture.

You can do something like this to fix it:
Code:
 if ([chech for pent->v.owner] && pBot->pEdict->v.origin == pent->origin)
which pent is the pointer to the flag.
  
Reply With Quote