Garry's Mod

Garry's Mod

评价数不足
Anti Prop Minge
   
奖励
收藏
已收藏
取消收藏
素材类型: 插件
插件类型: 服务器内容
插件标签: 角色扮演
文件大小
发表于
更新日期
4.596 KB
2017 年 9 月 6 日 下午 9:34
2017 年 10 月 3 日 下午 10:53
12 项改动说明 ( 查看 )

订阅以下载
Anti Prop Minge

描述
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.