stripper-configs/maps/ze_skill_escape_v09s.cfg

17 lines
273 B
INI
Raw Normal View History

2022-06-15 21:00:48 +02:00
;------------------------------------
;Prevent telehop at first big AFK tp
;------------------------------------
modify:
{
match:
{
"targetname" "afk1"
"classname" "trigger_teleport"
}
insert:
{
"OnStartTouch" "!activator,AddOutput,absvelocity 0 0 0,0,-1"
}
}