View Single Post
PC Gamer
Veteran Member
Join Date: Mar 2014
Old 03-11-2020 , 18:17   Re: Can't block kill/explode in TF2
Reply With Quote #4

As a short term solution while you debug the issue may be to edit your addons/sourcemod/configs/admin_overrides.cfg

Add these lines to the file:
PHP Code:
"sm_kill"   "z"
"sm_explode"   "z"
"sm_hurtme"   "z" 
That should ensure that only players with the Root flag will be able to execute those commands.
PC Gamer is offline