Recent content by whiteskh

  1. W

    Restricting class and weapons?

    I figured out how to do it, Create a trigger multiple inside the spawnroom and create a point_clientcommand somewhere in the map. Then Set the output on the multiple "On trigger, <name of the point_clientcommand>, Command, join_class pyro(Or whatever you want)"
  2. W

    Restricting class and weapons?

    Is there any way to restrict a class or block a class from entering a map? I messed around with filter_class but it didn't seem to work. Also, is there a way to restrict certain weapons without the sv_cheats 1 method? I've been tinkering for a while, but as a noob mapper I can't do it all...
  3. W

    Forcing player to pyro class, and restricting weapons?

    I want to set players to pyro class and remove all weapons except the flaregun/shotgun. How can I accomplish this in hammer? I hear kill doesn't work and I don't want to use the sv_cheats 1 method. Can anyone help?
  4. W

    Weapon Enabling/Disabling

    How did you figure it out?