View Single Post
Re: Turn off Bots shooting back after Teamattack
Old
  (#41)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Turn off Bots shooting back after Teamattack - 13-06-2018

That fix could not work because of the wrong comparing direction...

It should be done this way:
PHP Code:
((pEdict->v.dmg_inflictor != clients[i].pEdict) || (pEdict->v.dmgtime 1.5 >= gpGlobals->time)) 
That should work better...
Sorry...
  
Reply With Quote