Upvote Upvoted 0 Downvote Downvoted
command to rcon kick all users
1
#1
0 Frags +

Im trying to make a cfg that will rcon kick all users from the server along with set a password
ive used the command kick all in the cfg
it says @all isn't found. how am i able to kick all users from the server via rcon?
(the reason why I ask, is because random people join our spy as soon as starts tf2, so we end up with randoms in the game server (before i put a pass on the server). I then have to kick before the password is on the server.}

Im trying to make a cfg that will rcon kick all users from the server along with set a password
ive used the command kick all in the cfg
it says @all isn't found. how am i able to kick all users from the server via rcon?
(the reason why I ask, is because random people join our spy as soon as starts tf2, so we end up with randoms in the game server (before i put a pass on the server). I then have to kick before the password is on the server.}
2
#2
0 Frags +

sm_kick @all;sv_password password

@all or @red or whatever is a sourcemod thing and won't work with the default kick command but only sourcemod's kick command (sm_kick)

I suppose you could make a cfg that kicks every possible id from the server if you don't want to use sourcemod's kick for whatever reason

sm_kick @all;sv_password password

@all or @red or whatever is a sourcemod thing and won't work with the default kick command but only sourcemod's kick command (sm_kick)

I suppose you could make a cfg that kicks every possible id from the server if you don't want to use sourcemod's kick for whatever reason
3
#3
0 Frags +

could you not just add a password to your server config?

could you not just add a password to your server config?
4
#4
0 Frags +
Paladin_IMScould you not just add sv_password "" to your server config?

The guy who owns it uses it for pubs in his live streams

[quote=Paladin_IMS]could you not just add sv_password "" to your server config?[/quote]
The guy who owns it uses it for pubs in his live streams
5
#5
0 Frags +
deetrsm_kick @all;sv_password password

@all or @red or whatever is a sourcemod thing and won't work with the default kick command but only sourcemod's kick command (sm_kick)

I suppose you could make a cfg that kicks every possible id from the server if you don't want to use sourcemod's kick for whatever reason

I need to be able to exec it remotely to kick all players put on a pass and exec ugc 6's configs

[quote=deetr]sm_kick @all;sv_password password

@all or @red or whatever is a sourcemod thing and won't work with the default kick command but only sourcemod's kick command (sm_kick)

I suppose you could make a cfg that kicks every possible id from the server if you don't want to use sourcemod's kick for whatever reason[/quote]
I need to be able to exec it remotely to kick all players put on a pass and exec ugc 6's configs
6
#6
6 Frags +

rcon kick all

that's a set command in the game isn't it? just kicks everyone on the server

rcon kick all

that's a set command in the game isn't it? just kicks everyone on the server
7
#7
0 Frags +

rcon kickall
exec "ugcconfigname.cfg"
sv_password "password"

pretty sure thats all you need

rcon kickall
exec "ugcconfigname.cfg"
sv_password "password"

pretty sure thats all you need
8
#8
2 Frags +

/

/
Please sign in through STEAM to post a comment.