forked from UNLOZE/sm-plugins
PointServerCommandFilter: use dhooks2 instead of extension
Added !activator, !activator.name, !activator.steamid and !activator.team replacing
This commit is contained in:
@@ -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" {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user