stripper-configs/ze_siberia_1990_v1_2c.cfg
xen f7207ebf09 Update with current configs from server
Also batch converted /r/n to /n
2019-11-02 02:22:37 +02:00

31 lines
555 B
INI

;--------------------------------------------------------
;FIX ZOMBIES USING ZTELE TO COME BACK TO SPAWN AT THE END
;--------------------------------------------------------
modify:
{
match:
{
"classname" "trigger_once"
"targetname" "hold9Trigger"
}
insert:
{
"OnStartTouch" "ServerCommand,Command,zr_ztele_zombie 0,45,1"
}
}
modify:
{
match:
{
"classname" "logic_case"
"targetname" "LevelOutput"
}
insert:
{
"OnCase01" "ServerCommand,Command,zr_ztele_zombie 1,0,1"
"OnCase02" "ServerCommand,Command,zr_ztele_zombie 1,0,1"
}
}