Players cannot damage sam_site_turretSolved
players cannot damage sam_site_turret
how do i set it up as players can damage sam_site_turret ?

Here's what I've done and it doesn't work

"players can hurt sam_site_turret_deployed",
"players can hurt sam_static",

Grupe

{
"name": "traps",
"members": "AutoTurret, BearTrap, FlameTurret, GunTrap, spikes.floor, sam_site, ReactiveTarget",
"exclusions": ""
},

Post your whole config. Do you want players to be able to damage Launch site Sams AND player built Sams or only one of them? Do you allow players to damage other types of traps also?
is only players to be able to damage Launch site Sams
Make a new group:
{
"name": "samsite",
"members": "sam_static",
"exclusions": ""
},
"Players can hurt samsite"

oki thanks :D

 

Keep in mind the Sams will do no damage to balloons unless you have it specifically configured it that way.
{
"name": "balloons",
"members": "hotairballoon",
"exclusions": ""
},
"samsite can hurt balloons"
In response to Weed ():
Keep in mind the Sams will do no damage to balloons unless you have it specifically configured it th...
oki thanks  I have put it on so they balloons can be hurt

Do sam_site_turret_deployed and sam_static behave as separate entities? Meaning can I set one of them to damage vehicles and one of them to not? I know it may sound like a silly question. But I really don't know.



Merged post

I'm doing something wrong. Here's what I have set up. https://pastebin.com/UAZ1rMXC

Merged post

Ignore that. I posted on the wrong page :)
    {
      "name": "sams",
      "members": "sam_static, sam_site_turret_deployed",
      "exclusions": ""
    },
	{
	  "name": "minicopter",
	  "members": "minicopter, minicopter.entity",
	  "exclusions": ""
	},
    {
      "name": "balloon",
      "members": "hotairballoon",
      "exclusions": ""
    }

		"sams can hurt balloon",
		"sams can hurt minicopter",
		"anything can hurt minicopter"
Locked automatically