password
Section: 1.31 Freeze World | Started by: Bomber | Date: 13/05/2005 16:48

hi


how to set a password for a serwer?


A password for join serwer :)


in serw.cfg write


set g_password "pass" ? it dont work on my srv...


please help

seta g_password "pass" in config or g_password in console or \rcon g_password for remote console
u should also set g_needpass to 1, otherwise it won't work ..

set g_needpass "1"
set g_password "pass"


dont work :( but why...

change set to seta

should work..

if not ill look up when ive done this essay thing

(if i dont edit in a few hours then just try and find it on www.gameadmins.com - i roughly remember where it is if u cant find)

edit:

ye i checked all is right..if not then u have the command 2 times in ur config and 1 is over writing the other...

well i dunno where u're changing this, but if u're in config there should be:


seta not set (notice the 'a' at the end), so this would look like:


seta g_password "pass"
seta g_needpass "1"


and not like u wrote ..