Garry's Mod

Garry's Mod

Not enough ratings
Anti Prop Minge
   
Award
Favorite
Favorited
Unfavorite
Content Type: Addon
Addon Type: Server content
Addon Tags: Roleplay
File Size
Posted
Updated
4.596 KB
6 Sep, 2017 @ 9:34pm
3 Oct, 2017 @ 10:53pm
12 Change Notes ( view )

Subscribe to download
Anti Prop Minge

Description
sourcecode on https://github.com/joeyjumper94/Anti_Prop_Minge

A series of serverside scripts i put together with the intent of preventing propkill based minges.
Falco's Prop Protecion is needed for this to work.

the server side convars:

0 = disabled, 1=enabled

apm_freeze_all_anonymity, default is 0.
decides if freezall is annonymous to non admins.

apm_prop_suicide_notification, default is 1.
decide whether to notify admins if someone is hit by their own prop.

apm_notify_on_damage, default is 0.
decide whether to notify admins if someone is damaged by a prop.

apm_freeze_on_damage, default is 0.
decide whether to freeze a player's props if they damage someone.

apm_allow_prop_damage, default is 0.
decide if players can be lose health or die from prop damage.

apm_allow_vehicle_damage, default is 1.
decide if players can be lose health or die from getting hit by vehicles.

apm_notify_on_vehicle_damage, default is 0.
decide whether to notify admins if someone is damaged by a vehicle.

apm_strict_damage_check, default is 0.
decide if we use strict damage checks, it will block ALL sources of crush damage.

and the console commands:

apm_freeze_all_ents.
( only works from the server console or if the server thinks you are an admin)

apm_freeze_my_stuff.

apm_remove_all_ents.
( only works from the server console or if the server thinks you are an admin)

apm_remove_my_stuff.