PDA

View Full Version : Prob with bPlayersMustBeReady and bTournament



legacy-Azbok
08-04-2003, 07:55 PM
Hey guys

I have the bPlayersMustBeReady variable set in web admin to true and just to make sure, I set it on the cmd line too. But when I start the server and join, I just auto go into the map. It doesn't force me to be ready.

Also I tried to set bTournament to true in the web admin but that doesn't do anything special either.

Anyone know why these things won't work with a linux server version 2225?

Also I've found that NetWait doesn't work either. Weird stuff

Any thoughts?
Thanks!

azbok

ProAsm
08-05-2003, 07:07 PM
mmm I cannot comment about WebAdmin but in your startup commandline:

?PlayersMustBeReady=True - please note no 'b'
?Tournament=1 - please note a '1' and not 'True' and also no 'b'

Also in your UT2003.ini file - if you like:

[UnrealGame.DeathMatch]
bPlayersMustBeReady=True
bTournament=True
NetWait=2
MinNetPlayers=1