PointServerCommandFilter: use dhooks2 instead of extension

Added !activator, !activator.name, !activator.steamid and !activator.team replacing
This commit is contained in:
BotoX
2017-05-01 12:27:00 +02:00
parent 051348fb71
commit ad45277f94
3 changed files with 120 additions and 11 deletions
@@ -42,7 +42,6 @@
}
// mp_ *
"mp_flashlight" {}
"mp_freezetime"
{
"clamp"
@@ -63,7 +62,7 @@
"clamp"
{
"min" "1"
"max" "16"
"max" "60"
}
}
"mp_timelimit"
@@ -76,10 +75,9 @@
}
// sm_*
"sm" "plugins unload WeaponEquip"
"sm_gravity" "/#STEAM_/"
"sm_freeze" "/#STEAM_/"
"sm_slay" "@all"
"sm_gravity" {}
"sm_freeze" {}
"sm_slay" {}
"sm_say" {}
"sm_csay" {}
"sm_tsay" {}
@@ -129,4 +127,5 @@
"zr_ztele_max_zombie" {}
"zr_ztele_max_human" {}
"zr_ztele_autocancel" {}
"zr_config_reload" {}
}