OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRINT_HIGH
(Results
1 - 7
of
7
) sorted by null
/external/quake/quake/src/QW/client/
bothdefs.h
155
#define
PRINT_HIGH
2 // critical messages
protocol.h
214
#define
PRINT_HIGH
2
/external/quake/quake/src/QW/server/
sv_ccmds.c
209
SV_ClientPrintf (host_client,
PRINT_HIGH
, "godmode OFF\n");
211
SV_ClientPrintf (host_client,
PRINT_HIGH
, "godmode ON\n");
229
SV_ClientPrintf (host_client,
PRINT_HIGH
, "noclip ON\n");
234
SV_ClientPrintf (host_client,
PRINT_HIGH
, "noclip OFF\n");
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);
366
SV_ClientPrintf (cl,
PRINT_HIGH
, "You were kicked from the game\n");
sv_user.c
254
SV_ClientPrintf (host_client,
PRINT_HIGH
,
488
SV_BroadcastPrintf (
PRINT_HIGH
, "%s WARNING: non standard player/eyes model detected\n", host_client->name);
494
SV_ClientPrintf(host_client,
PRINT_HIGH
, "Server is paused.\n");
583
SV_ClientPrintf(host_client,
PRINT_HIGH
, "Upload denied\n");
875
SV_ClientPrintf (host_client,
PRINT_HIGH
, "Can't suicide -- allready dead!\n");
897
SV_BroadcastPrintf (
PRINT_HIGH
, "%s", msg);
922
SV_ClientPrintf (host_client,
PRINT_HIGH
, "Pause not allowed.\n");
927
SV_ClientPrintf (host_client,
PRINT_HIGH
, "Spectators can not pause.\n");
951
SV_BroadcastPrintf (
PRINT_HIGH
, "%s dropped\n", host_client->name);
983
SV_ClientPrintf (host_client,
PRINT_HIGH
, "Invalid client to track\n")
[
all
...]
sv_main.c
162
MSG_WriteByte (&net_message,
PRINT_HIGH
);
1158
SV_BroadcastPrintf (
PRINT_HIGH
, "%s timed out\n", cl->name);
[
all
...]
sv_send.c
67
ClientReliableWrite_Byte (host_client,
PRINT_HIGH
);
756
SV_BroadcastPrintf (
PRINT_HIGH
, "%s overflowed\n", c->name);
/external/quake/quake/src/QW/progs/
weapons.qc
362
// // bprint (
PRINT_HIGH
, "Got here\n");
1126
sprint (self,
PRINT_HIGH
, "no weapon.\n");
1132
sprint (self,
PRINT_HIGH
, "not enough ammo.\n");
Completed in 562 milliseconds