Need help

1 reply [Last post]
Defiance
Offline
Joined: Jun 2007
Posts:

This is my first post so hello to everyone.
Now for the problem ... 5-7 months ago i had a excessive server running fine i had no issues with it. Now i tried running it again but the problem is every time the map ends the game is stuck. All the players are kept at the score board and the map does not restart. Can someone tell me where the problem might be ?

And for another issue ... i am making the server for a small community that is having a q3a championship (its not going to be great ... we are not pro Big grin )
and my question is : Is there a way to make my server not show in the game browser? I want the players to connect via direct ip adress

Ty in advance.

+l#+l#+z#+z#+u#+u#+p#+p#
moonshield's picture
Offline
Joined: Apr 2007
Posts:
Re: Need help
Defiance wrote:

And for another issue ... i am making the server for a small community that is having a q3a championship (its not going to be great ... we are not pro Big grin )
and my question is : Is there a way to make my server not show in the game browser? I want the players to connect via direct ip adress

Ty in advance.

Remove the master servers with these commands:
[code:1]set sv_master1 ""
set sv_master2 ""
set sv_master3 ""
set sv_master4 ""
set sv_master5 ""[/code:1]

Or you can set up a password with the commands:
[code:1]g_password "password"
g_needpass 1[/code:1]
and to connect to the server they must type in console:
[code:1]password "password"
connect ip:port[/code:1]