From f651392cb3860f6b9bfa7d0495fbead1e47fa926 Mon Sep 17 00:00:00 2001 From: esteel Date: Tue, 27 Dec 2005 21:20:01 +0000 Subject: [PATCH] small typo corrected (cl instead of ccl) git-svn-id: svn://svn.icculus.org/nexuiz/trunk@731 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- Docs/FAQ.aft | 2 +- Docs/FAQ.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/FAQ.aft b/Docs/FAQ.aft index 8dc5a2429..313aad6c6 100644 --- a/Docs/FAQ.aft +++ b/Docs/FAQ.aft @@ -47,7 +47,7 @@ The default port is 26000 UDP. You can change that by starting Nexuiz with |nexu To add the command line argument on Windows, create a new shortcut to |nexuiz-sdl.exe| and right click on it. Select properties and |-port | in the "Target:" line. Be sure that the "Start in:" line contains the full path to your Nexuiz folder and clock "OK". ** Is there some kind of rcon? -Yes, but it is not compatible with Quake rcon (so you can't use quake rcon tools). To enable it enter |set sv__clientcommands 1| on your server console. Don't forget to set a password with |set sv__clientcommands__password hackme|. Now you can become admin ingame by entering |cl hackme| on the client console. To issue commands enter |cc | (e.g. |cc restart| or |cc chmap dm_nexdm12|). +Yes, but it is not compatible with Quake rcon (so you can't use quake rcon tools). To enable it enter |set sv__clientcommands 1| on your server console. Don't forget to set a password with |set sv__clientcommands__password hackme|. Now you can become admin ingame by entering |ccl hackme| on the client console. To issue commands enter |cc | (e.g. |cc restart| or |cc chmap dm_nexdm12|). ** How can i kick people who are using special characters in their names? Enter |status| at the console. You will see a list of all players. In front of their names you will see a number (the player id). You can kick the player you don't like with |kick # | (notice the space after #). diff --git a/Docs/FAQ.html b/Docs/FAQ.html index 632cac34a..f68f32d0f 100644 --- a/Docs/FAQ.html +++ b/Docs/FAQ.html @@ -201,7 +201,7 @@ To add the command line argument on Windows, create a new shortcut to nexuiz

Is there some kind of rcon?

-Yes, but it is not compatible with Quake rcon (so you can't use quake rcon tools). To enable it enter set sv_clientcommands 1 on your server console. Don't forget to set a password with set sv_clientcommands_password hackme. Now you can become admin ingame by entering cl hackme on the client console. To issue commands enter cc <command> (e.g. cc restart or cc chmap dm_nexdm12). +Yes, but it is not compatible with Quake rcon (so you can't use quake rcon tools). To enable it enter set sv_clientcommands 1 on your server console. Don't forget to set a password with set sv_clientcommands_password hackme. Now you can become admin ingame by entering ccl hackme on the client console. To issue commands enter cc <command> (e.g. cc restart or cc chmap dm_nexdm12).

How can i kick people who are using special characters in their names?

-- 2.39.2