SAM Sites not targeting anyone after updateSolved
Players are noticing as well as me after the updates, that the SAMs other than Launchsite are not locking or targeting or even tracking any players flying around them

Anyone else seeing this?

Settings and other samsite-related plugins are you using?

I'll be able to test this when I get home next week. I have no access to IDE or Rust currently unfortunately. 

Hi @haggbart ,

The plugin doesn't seem to work anymore.
Do you have a solution now?
Thanks for your help.

5dd8493daf1f7.jpg haggbart

Settings and other samsite-related plugins are you using?

I'll be able to test this when I get home next week. I have no access to IDE or Rust currently unfortunately. 

SAMSiteRange & PowerlessTurrerts

Settings

{
"samsite.alltarget": true,
"Target heli (requires alltarget)": true
}

I have tried setting to false and different combinations all seem to have the same results. Had Players set up SamSites as well, Sometimes they work for a few mins and then they stop working or don't work at all.

Launchsite works just fine and still targets.

I don't use PowerlessTurrerts but an equivalent. And yes, the problem is the same.
Its because he added code to prevent that.
 if (samSite.OwnerID == 0) // stop monument samsites from shooting attack heli or ch47
                {​
How to correct?
Comment on the line?
Put 1 instead of 0?
Yes that is what I did
Which option did you choose ?
Oh sorry I just read the last part of that, change the 0 to a 1
Perfect thanks ;)
Okay but does this even address the issue originally posted??? 
Modified but not tested yet.
I'll let you know the result.
Yes FastBurst,
if (samSite.OwnerID == 0) // stop monument samsites from shooting attack heli or ch47
​

Monument samsite's OwnerID's are 0. Changing this to one will fix the problem because there are no sams with the ownder id of "1" that I know of in the game.

Doesn't seem to address the main issue that was posted about it NOT targeting players most of the time. It address the issue with the Patrol Heli and CH47 however with the change it still is not targetting players from what I have seen across all o my servers. Can anyone else verify if they are still experiencing the same issues.
Locked automatically