Author Topic: Trip Wires  (Read 1026 times)

Offline AlvinYork

  • Rank: Private
  • *
  • Posts: 242
Trip Wires
« on: August 29, 2007, 09:32:39 pm »
Perhaps in the next version you could add or is it there and I just cant find it?

Alvin :D

// Owner protection for DM style games
// A tripwire will not blow up on its owner (also suppresses warning).
// 0 = disabled
// 1 = enabled (default)
set ex_tripwire_ownersafe "1"

// Team protection for team based games
// A tripwire will not blow up on owner or teammates (also suppresses warning).
// 0 = disabled
// 1 = enabled (default)
set ex_tripwire_teamsafe "1"

Offline Joker{eXtreme}

  • Rank: Private
  • *
  • Posts: 6108
    • http://www.mycallofduty.com
Trip Wires
« Reply #1 on: August 29, 2007, 10:01:44 pm »
// set tripwire options
// 0 = disabled (default)
// 1 = enabled
// 2 = enabled - don't count teamkills
// 3 = enabled - don't trigger on teammates)
set ex_tripwire "1"

// display warning for teammates
// 0 = disable, 1 = enable, default = 0
set ex_tripwire_warning "1"

Offline AlvinYork

  • Rank: Private
  • *
  • Posts: 242
Trip Wires
« Reply #2 on: August 30, 2007, 09:13:54 am »
Ok, does that mean its there and I can't find it or was your example of a future change.

Thanks

Blondie York

Offline Lothegard

  • Rank: Private
  • *
  • Posts: 960
    • http://www.clan-ssl.se
Trip Wires
« Reply #3 on: August 30, 2007, 10:05:17 am »
its in the weaponcontrol.cfg

Offline AlvinYork

  • Rank: Private
  • *
  • Posts: 242
Trip Wires
« Reply #4 on: August 30, 2007, 10:46:43 am »
Thanks