Difference between revisions of "Cl chatmode"

From FTE
Jump to: navigation, search
 
 
Line 1: Line 1:
 
Name: cl_chatmode<br>
 
Name: cl_chatmode<br>
 
Default value: "2"<br>
 
Default value: "2"<br>
Flags:   <br>
+
Cvar flags: None<br>
 +
FTEQW Builds: [[Software Renderer]] [[OpenGL Renderer]] [[Minimal GL Build]] [[Merged Build]] [[Linux Build]] <br>
 
<br>
 
<br>
 
Console chat mode.<br />
 
Console chat mode.<br />

Latest revision as of 05:09, 1 November 2005

Name: cl_chatmode
Default value: "2"
Cvar flags: None
FTEQW Builds: Software Renderer OpenGL Renderer Minimal GL Build Merged Build Linux Build

Console chat mode.
0 = Text in the console is always treated as a command and in order to chat you have to use messagemode/messagemode2 or use the say/say_team commands.
1 = Everything you type in the console goes into chat, in order to issue a command, prefix it with a slash (/).
2 = If the first word in the line is a command, it is executed, otherwise the line is sent as chat.