- how many quake 3 players E+ still play sometimes
- General POLSKI Topic
- DOOM 2 SERVER - UPDATE
- missing graphics in 1++ map
- Steam Q3 Discussion
- xp_enemyHeadModel does not work
- Q3DM3D Duke3d map for Q3
- Help me with selection Defrag maps
- 5let hogy legyen valami mozgás...
- what server Berlin Underground 2006 name meaning ?
Need help
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
)
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.
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
)
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 adressTy 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]

