83 lines
1.3 KiB
INI
Executable File
83 lines
1.3 KiB
INI
Executable File
;------------------------------------------------
|
|
;------Stripper sent by encapsulation_dot1q------
|
|
;------------------------------------------------
|
|
;modify:
|
|
;{
|
|
; match:
|
|
; {
|
|
; "targetname" "gate_door1"
|
|
; "origin" "-2488 4992 248"
|
|
; "classname" "func_door"
|
|
; "hammerid" "18752"
|
|
; }
|
|
; replace:
|
|
; {
|
|
; "loopmovesound" "0"
|
|
; }
|
|
;}
|
|
|
|
|
|
;; _
|
|
|
|
;; disable afk killer
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "-272 616 88"
|
|
"classname" "trigger_once"
|
|
"hammerid" "2444"
|
|
}
|
|
delete:
|
|
{
|
|
"OnStartTouch" "clip_toggle_in_SPAWN,Toggle,,35,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnStartTouch" "AFK_hurt,Disable,,41,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "last_hurt"
|
|
"origin" "-4704 3424 216"
|
|
"classname" "trigger_hurt"
|
|
}
|
|
replace:
|
|
{
|
|
"origin" "-4512 3424 216"
|
|
}
|
|
}
|
|
|
|
;; afk teleport
|
|
|
|
add:
|
|
{
|
|
"model" "*45"
|
|
"targetname" "afk_tele"
|
|
"target" "tele_to_office"
|
|
"StartDisabled" "1"
|
|
"spawnflags" "1"
|
|
"origin" "-4512 3424 216"
|
|
"classname" "trigger_teleport"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "button_activate_teleport"
|
|
"classname" "func_button"
|
|
"hammerid" "64406"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPressed" "cvar,Command,say * * * Teleporting everyone to office in 10 seconds! * * *,40,1"
|
|
"OnPressed" "afk_tele,Enable,,50,1"
|
|
}
|
|
}
|
|
|
|
|