ai addon UFPS

hi, I tried to use UFPS + AI ADDON, but I realized that does not work, first I get the following error:

"Vp_AIShooter.cs (60,30): error CS0508:vp_AIShooter.TryFire () ': return type must bebool’ to match overridden member vp_Shooter.TryFire` () ’

Can someone help me? please.

I too get the same error. I tried several ways to counter it but none of them actually work. I have almost built the whole game but got stuck here. Please help us.

this error saying that you must probably modify Vp_AIShooter.cs and replace return return type of vp_AIShooter.TryFire () with “bool” .