stripper-configs/ze_skill_escape_v09s.cfg
2022-06-15 22:15:10 +02:00

17 lines
273 B
INI

;------------------------------------
;Prevent telehop at first big AFK tp
;------------------------------------
modify:
{
match:
{
"targetname" "afk1"
"classname" "trigger_teleport"
}
insert:
{
"OnStartTouch" "!activator,AddOutput,absvelocity 0 0 0,0,-1"
}
}