PC How to turn off Friendly Fire?

coRpSE

New member
I just recently set up a new server and noticed in the serverconfig.xml that there is no longer:

<property name="FriendlyFire" value="false" />

I tried putting in the line and it crashed my server. So I am guessing its not longer a thing and if that is the case, how can I disable friendly fire?

 
Check for this line...

<property name="PlayerKillingMode" value="3" /> <!-- Player Killing Settings (0 = No Killing, 1 = Kill Allies Only, 2 = Kill Strangers Only, 3 = Kill Everyone) -->

 
Check for this line...
<property name="PlayerKillingMode" value="3" /> <!-- Player Killing Settings (0 = No Killing, 1 = Kill Allies Only, 2 = Kill Strangers Only, 3 = Kill Everyone) -->
Thanks. I overlooked it because the host gave me a server.cfg that did not have a description for that and I kept overlooking it.

So it didn't have this line:

<!-- Player Killing Settings (0 = No Killing, 1 = Kill Allies Only, 2 = Kill Strangers Only, 3 = Kill Everyone) -->
part of that line. They just had the actual property and no description. Thanks again.

 
Last edited by a moderator:
Back
Top