Well first off I'd just like to say if this is in the wrong section simply move it. Anyways, I was just wondering, how do you set the number of duels on a duel type game to 1, so after one duel it switches to the next component? I'm using just the reg JampDed just so you know.
Yes, I have the same problem. And how do you do to get your server unpure?:confused:
seta fraglimit n
where n is the number of duel victories against one opponent to win a round. 1 = 1, 2 = 2 out of 3, 3 = 3 out of 5, etc.
seta duelFraglimit x
where x is the number of rounds you have to win to win the map against all opponents
So if you want 1 duel per round, and 10 rounds to win a match
seta fraglimit "1" seta duelFragLimit "10"
To make a server unpure
seta sv_pure "0"
Thanks alot :)
Great, was wondering that to. Thanks