Home
last modified time | relevance | path

Searched refs:SV_BroadcastPrintf (Results 1 – 12 of 12) sorted by relevance

/external/quake/quake/src/WinQuake/
Dcvar.cpp126 SV_BroadcastPrintf ("\"%s\" changed to \"%s\"\n", var->name, var->string); in Cvar_Set()
Dserver.h239 void SV_BroadcastPrintf (const char *fmt, ...);
Dhost_cmd.cpp1240 SV_BroadcastPrintf ("%s paused the game\n", pr_strings + sv_player->u.v.netname); in Host_Pause_f()
1244 SV_BroadcastPrintf ("%s unpaused the game\n",pr_strings + sv_player->u.v.netname); in Host_Pause_f()
Dhost.cpp297 void SV_BroadcastPrintf (const char *fmt, ...) in SV_BroadcastPrintf() function
Dpr_cmds.cpp278 SV_BroadcastPrintf ("%s", s); in PF_bprint()
DWinQuake.ncb1244 …lterTime�Host_InitVCR�host_initialized�Host_InitLocal�host_basepal�SV_BroadcastPrintf�serverprofil…
/external/quake/quake/src/QW/server/
Dsv_ccmds.c318 SV_BroadcastPrintf (PRINT_HIGH, "can't go to low grav level in QuakeWorld...\n"); in SV_Map_f()
363 SV_BroadcastPrintf (PRINT_HIGH, "%s was kicked\n", cl->name); in SV_Kick_f()
Dsv_user.c488SV_BroadcastPrintf (PRINT_HIGH, "%s WARNING: non standard player/eyes model detected\n", host_clie… in SV_Begin_f()
897 SV_BroadcastPrintf (PRINT_HIGH, "%s", msg); in SV_TogglePause()
951 SV_BroadcastPrintf (PRINT_HIGH, "%s dropped\n", host_client->name); in SV_Drop_f()
1115 SV_BroadcastPrintf (PRINT_HIGH, "%s refused remote screenshot\n", host_client->name); in SV_NoSnap_f()
Dsv_send.c196 void SV_BroadcastPrintf (int level, char *fmt, ...) in SV_BroadcastPrintf() function
756 SV_BroadcastPrintf (PRINT_HIGH, "%s overflowed\n", c->name); in SV_SendClientMessages()
Dserver.h409 void SV_BroadcastPrintf (int level, char *fmt, ...);
Dsv_main.c1158 SV_BroadcastPrintf (PRINT_HIGH, "%s timed out\n", cl->name); in SV_CheckTimeouts()
1536 SV_BroadcastPrintf (PRINT_HIGH, "%s was kicked for name spam\n", cl->name); in SV_ExtractFromUserinfo()
1544 SV_BroadcastPrintf (PRINT_HIGH, "%s changed name to %s\n", cl->name, val); in SV_ExtractFromUserinfo()
Dpr_cmds.c213 SV_BroadcastPrintf (level, "%s", s); in PF_bprint()