Home
last modified time | relevance | path

Searched refs:VOICECHAT_KILLINSULT (Results 1 – 20 of 20) sorted by relevance

/dports/games/ioquake3/ioquake3-1.36/ui/
H A Dmenudef.h304 #define VOICECHAT_KILLINSULT "kill_insult" // I just killed you macro
/dports/games/worldofpadman/worldofpadman-1.2.20080621/ui/
H A Dmenudef.h304 #define VOICECHAT_KILLINSULT "kill_insult" // I just killed you macro
/dports/games/openarena/openarena-engine-source-0.8.8/ui/
H A Dmenudef.h304 #define VOICECHAT_KILLINSULT "kill_insult" // I just killed you macro
/dports/games/openarena-server/openarena-engine-source-0.8.8/ui/
H A Dmenudef.h304 #define VOICECHAT_KILLINSULT "kill_insult" // I just killed you macro
/dports/games/evq3/evq3/ui/
H A Dmenudef.h304 #define VOICECHAT_KILLINSULT "kill_insult" // I just killed you macro
/dports/games/ioquake3-server/ioquake3-1.36/ui/
H A Dmenudef.h304 #define VOICECHAT_KILLINSULT "kill_insult" // I just killed you macro
/dports/games/iortcw/iortcw-1.51c/SP/main/ui/
H A Dmenudef.h355 #define VOICECHAT_KILLINSULT "kill_insult" // I just killed you macro
/dports/games/openjk/OpenJK-07675e2/ui/
H A Dmenudef.h385 #define VOICECHAT_KILLINSULT "kill_insult" // I just killed you macro
/dports/games/openjk/OpenJK-07675e2/codemp/ui/
H A Dmenudef.h403 #define VOICECHAT_KILLINSULT "kill_insult" // I just killed you macro
/dports/games/iortcw/iortcw-1.51c/MP/MAIN/UI/
H A Dmenudef.h348 #define VOICECHAT_KILLINSULT "kill_insult" // I just killed you macro
/dports/games/iortcw/iortcw-1.51c/MP/MAIN/ui_mp/
H A Dmenudef.h349 #define VOICECHAT_KILLINSULT "kill_insult" // I just killed you macro
/dports/games/ioquake3/ioquake3-1.36/code/game/
H A Dg_cmds.c1125 …G_Voice( ent, who, SAY_TELL, VOICECHAT_KILLINSULT, qfalse ); // and I killed them with something e… in Cmd_VoiceTaunt_f()
1128 G_Voice( ent, ent, SAY_TELL, VOICECHAT_KILLINSULT, qfalse ); in Cmd_VoiceTaunt_f()
/dports/games/ioquake3-server/ioquake3-1.36/code/game/
H A Dg_cmds.c1125 …G_Voice( ent, who, SAY_TELL, VOICECHAT_KILLINSULT, qfalse ); // and I killed them with something e… in Cmd_VoiceTaunt_f()
1128 G_Voice( ent, ent, SAY_TELL, VOICECHAT_KILLINSULT, qfalse ); in Cmd_VoiceTaunt_f()
/dports/games/evq3/evq3/code/game/
H A Dg_cmds.c1125 …G_Voice( ent, who, SAY_TELL, VOICECHAT_KILLINSULT, qfalse ); // and I killed them with something e… in Cmd_VoiceTaunt_f()
1128 G_Voice( ent, ent, SAY_TELL, VOICECHAT_KILLINSULT, qfalse ); in Cmd_VoiceTaunt_f()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/game/
H A Dg_cmds.c1125 …G_Voice( ent, who, SAY_TELL, VOICECHAT_KILLINSULT, qfalse ); // and I killed them with something e… in Cmd_VoiceTaunt_f()
1128 G_Voice( ent, ent, SAY_TELL, VOICECHAT_KILLINSULT, qfalse ); in Cmd_VoiceTaunt_f()
/dports/games/ioquake3-server/ioquake3-1.36/code/cgame/
H A Dcg_servercmds.c953 if (!strcmp(cmd, VOICECHAT_KILLINSULT) || !strcmp(cmd, VOICECHAT_TAUNT) || \ in CG_VoiceChat()
/dports/games/ioquake3/ioquake3-1.36/code/cgame/
H A Dcg_servercmds.c953 if (!strcmp(cmd, VOICECHAT_KILLINSULT) || !strcmp(cmd, VOICECHAT_TAUNT) || \ in CG_VoiceChat()
/dports/games/evq3/evq3/code/cgame/
H A Dcg_servercmds.c942 if (!strcmp(cmd, VOICECHAT_KILLINSULT) || !strcmp(cmd, VOICECHAT_TAUNT) || \ in CG_VoiceChat()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/cgame/
H A Dcg_servercmds.c942 if (!strcmp(cmd, VOICECHAT_KILLINSULT) || !strcmp(cmd, VOICECHAT_TAUNT) || \ in CG_VoiceChat()
/dports/games/iortcw/iortcw-1.51c/MP/code/cgame/
H A Dcg_servercmds.c1313 if ( !strcmp( cmd, VOICECHAT_KILLINSULT ) || !strcmp( cmd, VOICECHAT_TAUNT ) || \ in CG_VoiceChat()