Home
last modified time | relevance | path

Searched refs:SAY_TELL (Results 1 – 25 of 41) sorted by relevance

12

/dports/games/ioquake3/ioquake3-1.36/code/game/
H A Dg_cmds.c869 case SAY_TELL: in G_Say()
953 G_Say( ent, target, SAY_TELL, p ); in Cmd_Tell_f()
957 G_Say( ent, ent, SAY_TELL, p ); in Cmd_Tell_f()
987 else if (mode == SAY_TELL) { in G_VoiceTo()
1077 G_Voice( ent, target, SAY_TELL, id, voiceonly ); in Cmd_VoiceTell_f()
1081 G_Voice( ent, ent, SAY_TELL, id, voiceonly ); in Cmd_VoiceTell_f()
1128 G_Voice( ent, ent, SAY_TELL, VOICECHAT_KILLINSULT, qfalse ); in Cmd_VoiceTaunt_f()
1143 G_Voice( ent, who, SAY_TELL, VOICECHAT_PRAISE, qfalse ); in Cmd_VoiceTaunt_f()
1146 G_Voice( ent, ent, SAY_TELL, VOICECHAT_PRAISE, qfalse ); in Cmd_VoiceTaunt_f()
1186 G_Say( ent, &g_entities[player], SAY_TELL, gc_orders[order] ); in Cmd_GameCommand_f()
[all …]
/dports/games/ioquake3-server/ioquake3-1.36/code/game/
H A Dg_cmds.c869 case SAY_TELL: in G_Say()
953 G_Say( ent, target, SAY_TELL, p ); in Cmd_Tell_f()
957 G_Say( ent, ent, SAY_TELL, p ); in Cmd_Tell_f()
987 else if (mode == SAY_TELL) { in G_VoiceTo()
1077 G_Voice( ent, target, SAY_TELL, id, voiceonly ); in Cmd_VoiceTell_f()
1081 G_Voice( ent, ent, SAY_TELL, id, voiceonly ); in Cmd_VoiceTell_f()
1128 G_Voice( ent, ent, SAY_TELL, VOICECHAT_KILLINSULT, qfalse ); in Cmd_VoiceTaunt_f()
1143 G_Voice( ent, who, SAY_TELL, VOICECHAT_PRAISE, qfalse ); in Cmd_VoiceTaunt_f()
1146 G_Voice( ent, ent, SAY_TELL, VOICECHAT_PRAISE, qfalse ); in Cmd_VoiceTaunt_f()
1186 G_Say( ent, &g_entities[player], SAY_TELL, gc_orders[order] ); in Cmd_GameCommand_f()
[all …]
/dports/games/evq3/evq3/code/game/
H A Dg_cmds.c869 case SAY_TELL: in G_Say()
953 G_Say( ent, target, SAY_TELL, p ); in Cmd_Tell_f()
957 G_Say( ent, ent, SAY_TELL, p ); in Cmd_Tell_f()
987 else if (mode == SAY_TELL) { in G_VoiceTo()
1077 G_Voice( ent, target, SAY_TELL, id, voiceonly ); in Cmd_VoiceTell_f()
1081 G_Voice( ent, ent, SAY_TELL, id, voiceonly ); in Cmd_VoiceTell_f()
1128 G_Voice( ent, ent, SAY_TELL, VOICECHAT_KILLINSULT, qfalse ); in Cmd_VoiceTaunt_f()
1143 G_Voice( ent, who, SAY_TELL, VOICECHAT_PRAISE, qfalse ); in Cmd_VoiceTaunt_f()
1146 G_Voice( ent, ent, SAY_TELL, VOICECHAT_PRAISE, qfalse ); in Cmd_VoiceTaunt_f()
1186 G_Say( ent, &g_entities[player], SAY_TELL, gc_orders[order] ); in Cmd_GameCommand_f()
[all …]
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/game/
H A Dg_cmds.c869 case SAY_TELL: in G_Say()
953 G_Say( ent, target, SAY_TELL, p ); in Cmd_Tell_f()
957 G_Say( ent, ent, SAY_TELL, p ); in Cmd_Tell_f()
987 else if (mode == SAY_TELL) { in G_VoiceTo()
1077 G_Voice( ent, target, SAY_TELL, id, voiceonly ); in Cmd_VoiceTell_f()
1081 G_Voice( ent, ent, SAY_TELL, id, voiceonly ); in Cmd_VoiceTell_f()
1128 G_Voice( ent, ent, SAY_TELL, VOICECHAT_KILLINSULT, qfalse ); in Cmd_VoiceTaunt_f()
1143 G_Voice( ent, who, SAY_TELL, VOICECHAT_PRAISE, qfalse ); in Cmd_VoiceTaunt_f()
1146 G_Voice( ent, ent, SAY_TELL, VOICECHAT_PRAISE, qfalse ); in Cmd_VoiceTaunt_f()
1186 G_Say( ent, &g_entities[player], SAY_TELL, gc_orders[order] ); in Cmd_GameCommand_f()
[all …]
/dports/games/jin/jin-2.14.1/src/free/chessclub/
H A DChessclubConstants.java183 public static final int SAY_TELL = 0; field
/dports/games/iortcw/iortcw-1.51c/MP/code/game/
H A Dg_cmds.c955 #define SAY_TELL 2 macro
1031 case SAY_TELL: in G_Say()
1135 G_Say( ent, target, SAY_TELL, p ); in Cmd_Tell_f()
1139 G_Say( ent, ent, SAY_TELL, p ); in Cmd_Tell_f()
1168 } else if ( mode == SAY_TELL ) { in G_VoiceTo()
1282 G_Voice( ent, target, SAY_TELL, id, voiceonly );
1286 G_Voice( ent, ent, SAY_TELL, id, voiceonly );
1410 G_Say( ent, target, SAY_TELL, gc_orders[order] ); in Cmd_GameCommand_f()
1414 G_Say( ent, ent, SAY_TELL, gc_orders[order] ); in Cmd_GameCommand_f()
/dports/games/iortcw/iortcw-1.51c/SP/code/game/
H A Dg_cmds.c915 #define SAY_TELL 2 macro
982 case SAY_TELL: in G_Say()
1092 G_Say( ent, target, SAY_TELL, p ); in Cmd_Tell_f()
1093 G_Say( ent, ent, SAY_TELL, p ); in Cmd_Tell_f()
1140 G_Say( ent, target, SAY_TELL, gc_orders[order] ); in Cmd_GameCommand_f()
1144 G_Say( ent, ent, SAY_TELL, gc_orders[order] ); in Cmd_GameCommand_f()
/dports/games/ioquake3-server/ioquake3-1.36/code/cgame/
H A Dcg_servercmds.c921 if ( mode == SAY_TELL ) { in CG_VoiceChatLocal()
1053 CG_VoiceChat( SAY_TELL ); in CG_ServerCommand()
/dports/games/ioquake3/ioquake3-1.36/code/cgame/
H A Dcg_servercmds.c921 if ( mode == SAY_TELL ) { in CG_VoiceChatLocal()
1053 CG_VoiceChat( SAY_TELL ); in CG_ServerCommand()
/dports/games/evq3/evq3/code/cgame/
H A Dcg_servercmds.c910 if ( mode == SAY_TELL ) { in CG_VoiceChatLocal()
1042 CG_VoiceChat( SAY_TELL ); in CG_ServerCommand()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/cgame/
H A Dcg_servercmds.c910 if ( mode == SAY_TELL ) { in CG_VoiceChatLocal()
1042 CG_VoiceChat( SAY_TELL ); in CG_ServerCommand()
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dg_cmds.c1611 case SAY_TELL: in G_Say()
1722 G_Say( ent, target, SAY_TELL, p ); in Cmd_Tell_f()
1726 G_Say( ent, ent, SAY_TELL, p ); in Cmd_Tell_f()
1831 G_Say( ent, target, SAY_TELL, gc_orders[order] ); in Cmd_GameCommand_f()
1835 G_Say( ent, ent, SAY_TELL, gc_orders[order] ); in Cmd_GameCommand_f()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/game/
H A Dg_cmds.c605 case SAY_TELL: in G_Say()
687 G_Say( ent, target, SAY_TELL, p ); in Cmd_Tell_f()
691 G_Say( ent, ent, SAY_TELL, p ); in Cmd_Tell_f()
/dports/games/iortcw/iortcw-1.51c/MP/code/cgame/
H A Dcg_servercmds.c1276 if ( mode == SAY_TELL ) { in CG_VoiceChatLocal()
1548 CG_VoiceChat( SAY_TELL ); // NERVE - SMF - enabled support in CG_ServerCommand()
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dq_shared.h1275 #define SAY_TELL 2 macro
/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dq_shared.h1275 #define SAY_TELL 2 macro
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/qcommon/
H A Dq_shared.h1265 #define SAY_TELL 2 macro
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/qcommon/
H A Dq_shared.h1292 #define SAY_TELL 2 macro
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dq_shared.h1299 #define SAY_TELL 2 macro
/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dq_shared.h1792 #define SAY_TELL 2 macro
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dq_shared.h1299 #define SAY_TELL 2 macro
/dports/games/iortcw/iortcw-1.51c/MP/code/qcommon/
H A Dq_shared.h1736 #define SAY_TELL 2 macro
/dports/games/iortcw/iortcw-1.51c/SP/code/qcommon/
H A Dq_shared.h1766 #define SAY_TELL 2 macro
/dports/games/iortcw/iortcw-1.51c/MP/code/splines/
H A Dq_splineshared.h1770 #define SAY_TELL 2 macro
/dports/games/iortcw/iortcw-1.51c/SP/code/splines/
H A Dq_splineshared.h1799 #define SAY_TELL 2 macro

12