Tremulous Forum
General => General Discussion => Topic started by: Evlesoa on December 20, 2006, 10:29:44 pm
-
Umm... how do you set the time for being kicked and coming back?
Ex; You got kicked by NAME, kicked for 3 minutes (cant enter game for 3 minutes)
How do you set that time?
and #2 question, how do you set-up private clients with a password? So if its full, admins can enter?
Thanks!
-
1. G_kicktimer? or something like that
2.Rconpassword and sv_privateclients?
-
1. G_kicktimer? or something like that
g_adminTempBan <number>
-
1. G_kicktimer? or something like that
g_adminTempBan <number>
......what about '<name>'?
I think you might want a specific person to kick, or you'll tempban everyone there.... No..... no, .... no, wait a sec. no you won't.
-
set g_adminTempBan 300
It is in seconds, so 300 is a 5 minute ban.
http://tuplesplayhouse.blogspot.com/index.html
^I was putting server vars as I learned them there^ but I've fallen behind :)
Still, you may find a couple you didn't know.
-
Huh.....?
Oh, wait! no, i understand. k. just ignore ol' me. wheee! *explodes*
-
or for what u were looking for..
if ur using tjw's admin thingy it would be something like
!ban (#,or name,or ip) 3m being a dick
so person would be banned for 3 mins for being a dick
u can also use d for day h for hours and i believe s for seconds havent tried all i usually use hours or days or mostly perm
-
Yeah thnx man.... hey wait...
How u know i wanted to know that?!
Are you stalking me?!?!?!
*Lookes around several times almost panicking*
KIDDING! kidding!
thanks. ^^
-
u guys sound like u know what ur talkin aobut so im wondering if u know how i can configure my server.cfg to have my admin rights on it
-
that kind of information isnt stored on the server.cfg
its contained in a file called admin.dat... dont ask me where its located.
basically it will be under there with something like
[admin]
name = ^4[EVIL]^3AFK
guid = XXXXXXXXX
level = 5
flags =
so u can just create one for urself if u dont feel like !setlevel urself
-
Unknown"]that kind of information isnt stored on the server.cfg
its contained in a file called admin.dat... dont ask me where its located.
basically it will be under there with something like
[admin]
name = ^4[EVIL]^3AFK
guid = XXXXXXXXX
level = 5
flags =
so u can just create one for urself if u dont feel like !setlevel urself
it would be much harder to type it out by hand, because the most important part of an admin block is that 128bit # known as your guid.
-
Umm... how do you set the time for being kicked and coming back?
Ex; You got kicked by NAME, kicked for 3 minutes (cant enter game for 3 minutes)
How do you set that time?
Already answered, but once again, g_adminTempBan
and #2 question, how do you set-up private clients with a password? So if its full, admins can enter?!
sv_privateClients and sv_privatePassword (not rconpassword -- that is just for rcon).