PatmanSan Unlimited

eXtreme+ Modification for Call Of Duty 2 => eXtreme+ COD2 Suggestions => Topic started by: AlvinYork on August 29, 2007, 09:32:39 pm

Title: Trip Wires
Post by: AlvinYork 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"
Title: Trip Wires
Post by: Joker{eXtreme} 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"
Title: Trip Wires
Post by: AlvinYork 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
Title: Trip Wires
Post by: Lothegard on August 30, 2007, 10:05:17 am
its in the weaponcontrol.cfg
Title: Trip Wires
Post by: AlvinYork on August 30, 2007, 10:46:43 am
Thanks