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.}
command to rcon kick all users
posted in
TF2 General Discussion
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.}
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.}
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
@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
could you not just add a password to your server config?
could you not just add a password to your server config?
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
The guy who owns it uses it for pubs in his live streams
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
@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
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
that's a set command in the game isn't it? just kicks everyone on the server
Please
sign in through STEAM
to post a comment.