View Single Post
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 11-19-2014 , 11:27   Re: Real bombsites count
Reply With Quote #3

func_bomb_target is used to define a custom zone.

A bomb site can be defined either by func_bomb_target or info_bomb_target.

In case of de_torn, for each bomb site, it uses func_bomb_target to define custom zones. Technically you have 2 bomb sites, but here just that one bomb site is split in 3 custom zones and other one custom zone.

To fix that, you could check target of each entities. It should be different depending the bomb site. For example in de_torn, for site A, the three func_bomb_target have well the same target and for site B the other func_bomb_target has well a different one.
__________________

Last edited by Arkshine; 11-19-2014 at 11:30.
Arkshine is offline