/external/quake/quake/src/WinQuake/ |
cvar.cpp | 126 SV_BroadcastPrintf ("\"%s\" changed to \"%s\"\n", var->name, var->string);
|
server.h | 239 void SV_BroadcastPrintf (const char *fmt, ...);
|
host.cpp | 293 SV_BroadcastPrintf 298 void SV_BroadcastPrintf (const char *fmt, ...)
|
host_cmd.cpp | 1240 SV_BroadcastPrintf ("%s paused the game\n", pr_strings + sv_player->u.v.netname); 1244 SV_BroadcastPrintf ("%s unpaused the game\n",pr_strings + sv_player->u.v.netname); [all...] |
pr_cmds.cpp | 278 SV_BroadcastPrintf ("%s", s); [all...] |
/external/quake/quake/src/QW/server/ |
sv_ccmds.c | 318 SV_BroadcastPrintf (PRINT_HIGH, "can't go to low grav level in QuakeWorld...\n"); 363 SV_BroadcastPrintf (PRINT_HIGH, "%s was kicked\n", cl->name); 365 // SV_BroadcastPrintf message
|
server.h | 409 void SV_BroadcastPrintf (int level, char *fmt, ...);
|
sv_send.c | 191 SV_BroadcastPrintf 196 void SV_BroadcastPrintf (int level, char *fmt, ...) 756 SV_BroadcastPrintf (PRINT_HIGH, "%s overflowed\n", c->name);
|
sv_user.c | 488 SV_BroadcastPrintf (PRINT_HIGH, "%s WARNING: non standard player/eyes model detected\n", host_client->name); 897 SV_BroadcastPrintf (PRINT_HIGH, "%s", msg);
951 SV_BroadcastPrintf (PRINT_HIGH, "%s dropped\n", host_client->name); 1115 SV_BroadcastPrintf (PRINT_HIGH, "%s refused remote screenshot\n", host_client->name);
[all...] |
sv_main.c | 1158 SV_BroadcastPrintf (PRINT_HIGH, "%s timed out\n", cl->name); [all...] |
pr_cmds.c | 213 SV_BroadcastPrintf (level, "%s", s);
|