Searched refs:SV_BroadcastPrintf (Results 1 – 12 of 12) sorted by relevance
/external/quake/quake/src/WinQuake/ |
D | cvar.cpp | 126 SV_BroadcastPrintf ("\"%s\" changed to \"%s\"\n", var->name, var->string); in Cvar_Set()
|
D | server.h | 239 void SV_BroadcastPrintf (const char *fmt, ...);
|
D | host_cmd.cpp | 1240 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()
|
D | host.cpp | 297 void SV_BroadcastPrintf (const char *fmt, ...) in SV_BroadcastPrintf() function
|
D | pr_cmds.cpp | 278 SV_BroadcastPrintf ("%s", s); in PF_bprint()
|
D | WinQuake.ncb | 1244 …lterTimeHost_InitVCRhost_initializedHost_InitLocalhost_basepalSV_BroadcastPrintfserverprofil…
|
/external/quake/quake/src/QW/server/ |
D | sv_ccmds.c | 318 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()
|
D | sv_user.c | 488 …SV_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()
|
D | sv_send.c | 196 void SV_BroadcastPrintf (int level, char *fmt, ...) in SV_BroadcastPrintf() function 756 SV_BroadcastPrintf (PRINT_HIGH, "%s overflowed\n", c->name); in SV_SendClientMessages()
|
D | server.h | 409 void SV_BroadcastPrintf (int level, char *fmt, ...);
|
D | sv_main.c | 1158 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()
|
D | pr_cmds.c | 213 SV_BroadcastPrintf (level, "%s", s); in PF_bprint()
|