HomeSort by relevance Sort by last modified time
    Searched refs:SV_StartSound (Results 1 - 8 of 8) sorted by null

  /external/quake/quake/src/WinQuake/
server.h 221 void SV_StartSound (edict_t *entity, int channel, const char *sample, int volume,
pr_cmds.cpp 573 Sys_Error ("SV_StartSound: volume = %i", volume);
576 Sys_Error ("SV_StartSound: attenuation = %f", attenuation);
579 Sys_Error ("SV_StartSound: channel = %i", channel);
581 SV_StartSound (entity, channel, sample, volume, attenuation);
1734 SV_StartSound (self, CHAN_VOICE, "player/gasp2.wav", 255, ATTN_NORM);
1737 SV_StartSound (self, CHAN_VOICE, "player/gasp1.wav", 255, ATTN_NORM);
    [all...]
sv_phys.cpp 1222 SV_StartSound (ent, 0, "misc/h2ohit1.wav", 255, 1);
1231 SV_StartSound (ent, 0, "misc/h2ohit1.wav", 255, 1);
    [all...]
sv_main.cpp 105 SV_StartSound
118 void SV_StartSound (edict_t *entity, int channel, const char *sample, int volume,
127 Sys_Error ("SV_StartSound: volume = %i", volume);
130 Sys_Error ("SV_StartSound: attenuation = %f", attenuation);
133 Sys_Error ("SV_StartSound: channel = %i", channel);
146 Con_Printf ("SV_StartSound: %s not precacheed\n", sample);
  /external/quake/quake/src/QW/server/
server.h 406 void SV_StartSound (edict_t *entity, int channel, char *sample, int volume,
sv_phys.c 689 SV_StartSound (ent, 0, "misc/h2ohit1.wav", 255, 1);
698 SV_StartSound (ent, 0, "misc/h2ohit1.wav", 255, 1);
810 SV_StartSound (ent, 0, "demon/dland2.wav", 255, 1);
sv_send.c 336 SV_StartSound
349 void SV_StartSound (edict_t *entity, int channel, char *sample, int volume,
361 SV_Error ("SV_StartSound: volume = %i", volume);
364 SV_Error ("SV_StartSound: attenuation = %f", attenuation);
367 SV_Error ("SV_StartSound: channel = %i", channel);
377 Con_Printf ("SV_StartSound: %s not precacheed\n", sample);
pr_cmds.c 489 SV_StartSound (entity, channel, sample, volume, attenuation);

Completed in 103 milliseconds