Home
last modified time | relevance | path

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

/dports/games/ioquake3/ioquake3-1.36/ui/
H A Dmenudef.h306 #define VOICECHAT_DEATHINSULT "death_insult" // you just killed me macro
/dports/games/worldofpadman/worldofpadman-1.2.20080621/ui/
H A Dmenudef.h306 #define VOICECHAT_DEATHINSULT "death_insult" // you just killed me macro
/dports/games/openarena/openarena-engine-source-0.8.8/ui/
H A Dmenudef.h306 #define VOICECHAT_DEATHINSULT "death_insult" // you just killed me macro
/dports/games/openarena-server/openarena-engine-source-0.8.8/ui/
H A Dmenudef.h306 #define VOICECHAT_DEATHINSULT "death_insult" // you just killed me macro
/dports/games/evq3/evq3/ui/
H A Dmenudef.h306 #define VOICECHAT_DEATHINSULT "death_insult" // you just killed me macro
/dports/games/ioquake3-server/ioquake3-1.36/ui/
H A Dmenudef.h306 #define VOICECHAT_DEATHINSULT "death_insult" // you just killed me macro
/dports/games/iortcw/iortcw-1.51c/SP/main/ui/
H A Dmenudef.h357 #define VOICECHAT_DEATHINSULT "death_insult" // you just killed me macro
/dports/games/openjk/OpenJK-07675e2/ui/
H A Dmenudef.h387 #define VOICECHAT_DEATHINSULT "death_insult" // you just killed me macro
/dports/games/openjk/OpenJK-07675e2/codemp/ui/
H A Dmenudef.h405 #define VOICECHAT_DEATHINSULT "death_insult" // you just killed me macro
/dports/games/iortcw/iortcw-1.51c/MP/MAIN/UI/
H A Dmenudef.h350 #define VOICECHAT_DEATHINSULT "death_insult" // you just killed me macro
/dports/games/iortcw/iortcw-1.51c/MP/MAIN/ui_mp/
H A Dmenudef.h351 #define VOICECHAT_DEATHINSULT "death_insult" // you just killed me macro
/dports/games/ioquake3/ioquake3-1.36/code/game/
H A Dg_cmds.c1103 G_Voice( ent, ent->enemy, SAY_TELL, VOICECHAT_DEATHINSULT, qfalse ); in Cmd_VoiceTaunt_f()
1106 G_Voice( ent, ent, SAY_TELL, VOICECHAT_DEATHINSULT, qfalse ); in Cmd_VoiceTaunt_f()
/dports/games/ioquake3-server/ioquake3-1.36/code/game/
H A Dg_cmds.c1103 G_Voice( ent, ent->enemy, SAY_TELL, VOICECHAT_DEATHINSULT, qfalse ); in Cmd_VoiceTaunt_f()
1106 G_Voice( ent, ent, SAY_TELL, VOICECHAT_DEATHINSULT, qfalse ); in Cmd_VoiceTaunt_f()
/dports/games/evq3/evq3/code/game/
H A Dg_cmds.c1103 G_Voice( ent, ent->enemy, SAY_TELL, VOICECHAT_DEATHINSULT, qfalse ); in Cmd_VoiceTaunt_f()
1106 G_Voice( ent, ent, SAY_TELL, VOICECHAT_DEATHINSULT, qfalse ); in Cmd_VoiceTaunt_f()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/game/
H A Dg_cmds.c1103 G_Voice( ent, ent->enemy, SAY_TELL, VOICECHAT_DEATHINSULT, qfalse ); in Cmd_VoiceTaunt_f()
1106 G_Voice( ent, ent, SAY_TELL, VOICECHAT_DEATHINSULT, qfalse ); in Cmd_VoiceTaunt_f()
/dports/games/ioquake3-server/ioquake3-1.36/code/cgame/
H A Dcg_servercmds.c954 !strcmp(cmd, VOICECHAT_DEATHINSULT) || !strcmp(cmd, VOICECHAT_KILLGAUNTLET) || \ in CG_VoiceChat()
/dports/games/ioquake3/ioquake3-1.36/code/cgame/
H A Dcg_servercmds.c954 !strcmp(cmd, VOICECHAT_DEATHINSULT) || !strcmp(cmd, VOICECHAT_KILLGAUNTLET) || \ in CG_VoiceChat()
/dports/games/evq3/evq3/code/cgame/
H A Dcg_servercmds.c943 !strcmp(cmd, VOICECHAT_DEATHINSULT) || !strcmp(cmd, VOICECHAT_KILLGAUNTLET) || \ in CG_VoiceChat()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/cgame/
H A Dcg_servercmds.c943 !strcmp(cmd, VOICECHAT_DEATHINSULT) || !strcmp(cmd, VOICECHAT_KILLGAUNTLET) || \ in CG_VoiceChat()
/dports/games/iortcw/iortcw-1.51c/MP/code/cgame/
H A Dcg_servercmds.c1314 !strcmp( cmd, VOICECHAT_DEATHINSULT ) || !strcmp( cmd, VOICECHAT_KILLGAUNTLET ) || \ in CG_VoiceChat()