Searched refs:SV_ClientPrintf (Results 1 – 10 of 10) sorted by relevance
/external/quake/quake/src/WinQuake/ |
D | host_cmd.cpp | 82 print = SV_ClientPrintf; in Host_Status_f() 133 SV_ClientPrintf ("godmode OFF\n"); in Host_God_f() 135 SV_ClientPrintf ("godmode ON\n"); in Host_God_f() 151 SV_ClientPrintf ("notarget OFF\n"); in Host_Notarget_f() 153 SV_ClientPrintf ("notarget ON\n"); in Host_Notarget_f() 173 SV_ClientPrintf ("noclip ON\n"); in Host_Noclip_f() 179 SV_ClientPrintf ("noclip OFF\n"); in Host_Noclip_f() 204 SV_ClientPrintf ("flymode ON\n"); in Host_Fly_f() 209 SV_ClientPrintf ("flymode OFF\n"); in Host_Fly_f() 232 SV_ClientPrintf ("Client ping times:\n"); in Host_Ping_f() [all …]
|
D | server.h | 238 void SV_ClientPrintf (const char *fmt, ...);
|
D | host.cpp | 278 void SV_ClientPrintf (const char *fmt, ...) in SV_ClientPrintf() function
|
D | net_dgrm.cpp | 119 print = SV_ClientPrintf; in NET_Ban_f()
|
/external/quake/quake/src/QW/server/ |
D | sv_ccmds.c | 209 SV_ClientPrintf (host_client, PRINT_HIGH, "godmode OFF\n"); in SV_God_f() 211 SV_ClientPrintf (host_client, PRINT_HIGH, "godmode ON\n"); in SV_God_f() 229 SV_ClientPrintf (host_client, PRINT_HIGH, "noclip ON\n"); in SV_Noclip_f() 234 SV_ClientPrintf (host_client, PRINT_HIGH, "noclip OFF\n"); in SV_Noclip_f() 366 SV_ClientPrintf (cl, PRINT_HIGH, "You were kicked from the game\n"); in SV_Kick_f() 512 SV_ClientPrintf(client, PRINT_CHAT, "%s\n", text); in SV_ConSay_f()
|
D | sv_user.c | 254 SV_ClientPrintf (host_client, PRINT_HIGH, in SV_PreSpawn_f() 494 SV_ClientPrintf(host_client, PRINT_HIGH, "Server is paused.\n"); in SV_Begin_f() 583 SV_ClientPrintf(host_client, PRINT_HIGH, "Upload denied\n"); in SV_NextUpload() 751 SV_ClientPrintf(host_client, PRINT_CHAT, in SV_Say() 763 SV_ClientPrintf(host_client, PRINT_CHAT, in SV_Say() 766 SV_ClientPrintf(host_client, PRINT_CHAT, in SV_Say() 809 SV_ClientPrintf(client, PRINT_CHAT, "%s", text); in SV_Say() 875 SV_ClientPrintf (host_client, PRINT_HIGH, "Can't suicide -- allready dead!\n"); in SV_Kill_f() 922 SV_ClientPrintf (host_client, PRINT_HIGH, "Pause not allowed.\n"); in SV_Pause_f() 927 SV_ClientPrintf (host_client, PRINT_HIGH, "Spectators can not pause.\n"); in SV_Pause_f() [all …]
|
D | server.h | 408 void SV_ClientPrintf (client_t *cl, int level, char *fmt, ...);
|
D | sv_send.c | 174 void SV_ClientPrintf (client_t *cl, int level, char *fmt, ...) in SV_ClientPrintf() function
|
D | sv_main.c | 1537 SV_ClientPrintf (cl, PRINT_HIGH, "You were kicked from the game for name spamming\n"); in SV_ExtractFromUserinfo()
|
D | pr_cmds.c | 245 SV_ClientPrintf (client, level, "%s", s); in PF_sprint()
|