Vesto
01-15-2002, 07:52 PM
What console commands are available to get rid of unwanted players on my server?
Bring up the console using the F1 key and type the following to get a list of players and their client numbers:
NetworkInfo()
Then to kick a specific player off the server type the following:
Kick(<clientno>, "explanation")
And replace <clientno> with the appropriate client number.
Bring up the console using the F1 key and type the following to get a list of players and their client numbers:
NetworkInfo()
Then to kick a specific player off the server type the following:
Kick(<clientno>, "explanation")
And replace <clientno> with the appropriate client number.