Searched refs:tauntsound (Results 1 – 4 of 4) sorted by relevance
/dports/games/alienarena/alienarena-7.66/source/client/ |
H A D | cl_parse.c | 610 char tauntsound[MAX_OSPATH]; in CL_ParseTaunt() local 621 strcpy( tauntsound, COM_Parse( &s ) ); in CL_ParseTaunt() 627 S_StartSound (NULL, 0, 0, S_RegisterSound (tauntsound), 1, ATTN_NONE, 0); in CL_ParseTaunt()
|
/dports/games/alienarena-data/alienarena-7.66/source/client/ |
H A D | cl_parse.c | 610 char tauntsound[MAX_OSPATH]; in CL_ParseTaunt() local 621 strcpy( tauntsound, COM_Parse( &s ) ); in CL_ParseTaunt() 627 S_StartSound (NULL, 0, 0, S_RegisterSound (tauntsound), 1, ATTN_NONE, 0); in CL_ParseTaunt()
|
/dports/games/alienarena/alienarena-7.66/source/game/ |
H A D | g_cmds.c | 1093 char playermodel[MAX_OSPATH], tauntsound[MAX_OSPATH]; in Cmd_VoiceTaunt_f() local 1135 sprintf(tauntsound, "taunts/%s/taunt%i.wav", playermodel, index); in Cmd_VoiceTaunt_f() 1138 "%s %s %s ", info, tauntsound, name); in Cmd_VoiceTaunt_f()
|
/dports/games/alienarena-data/alienarena-7.66/source/game/ |
H A D | g_cmds.c | 1093 char playermodel[MAX_OSPATH], tauntsound[MAX_OSPATH]; in Cmd_VoiceTaunt_f() local 1135 sprintf(tauntsound, "taunts/%s/taunt%i.wav", playermodel, index); in Cmd_VoiceTaunt_f() 1138 "%s %s %s ", info, tauntsound, name); in Cmd_VoiceTaunt_f()
|