View Single Post
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 02-23-2021 , 08:53   Re: Unlock elevator trigger
Reply With Quote #5

You should attach the .txt file in the post. Your sharing is requesting access.

Btw this entity on c8m4 has a trigger multiple that locks it again if not everybody is inside the elevator.

PHP Code:
{
"model" "*40"
"wait" "1"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "13432 15273.8 484.54"
"entireteam" "2"
"allowincap" "1"
"classname" "trigger_multiple"
"hammerid" "1199298"
"OnEntireTeamStartTouch" "elevator_button,Unlock,,0,-1"
"OnEntireTeamEndTouch" "elevator_button,Lock,,0,-1"

Try adding a filter to your c8m4_interior.cfg file inside stripper/maps folder.

PHP Code:
filter:
{
"classname" "trigger_multiple"
"hammerid" "1199298"

Attached Files
File Type: cfg c8m4_interior.cfg (63 Bytes, 45 views)
__________________

Last edited by Marttt; 02-23-2021 at 08:54.
Marttt is offline