trigger_multiple

  1. O

    There's a leak, but there isn't?

    I am creating a map called koth_orangepoints, and when I'm creating a spawn door (using UEAKCrash's tutorial series) My trigger_multiple brush is inside the room, yet when I compile the map it says "Entity trigger_multiple (-1088.00 513.00 128.00) leaked!" Here is the .vmf file...
  2. The_Gl!tch.exe

    Problem With Custom Music

    I'm currently creating a trade map and there are different sections with different music. Every room is covered in a trigger_multiple with their own clientcommand which play the specific music. They usually have OnStartTouch making the music play and a OnEndTouch which have a e.g. "play...
  3. The_Gl!tch.exe

    Help with "The floor is lava"

    Hello there :) I'm currently working on a trade map (it's also my first map) and I've made a section in the map where the floor is lava and you have to walk on the areas next to it. I've also created a trigger-multiple "thing" which works on players who touch the lava. I've created a...