Home
last modified time | relevance | path

Searched refs:tauntsound (Results 1 – 4 of 4) sorted by relevance

/dports/games/alienarena/alienarena-7.66/source/client/
H A Dcl_parse.c610 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 Dcl_parse.c610 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 Dg_cmds.c1093 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 Dg_cmds.c1093 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()