Searched refs:srvmsgft (Results 1 – 7 of 7) sorted by relevance
/dports/games/redeclipse/base-2.0.0/src/game/ |
H A D | server.cpp | 2352 void srvmsgft(int cn, int conlevel, const char *s, ...) in srvmsgft() function 3240 srvmsgft(ci->clientnum, CON_EVENT, "\fyThe map is being uploaded, please wait.."); in getmap() 3247 srvmsgft(ci->clientnum, CON_EVENT, "\fySending you the map, please wait.."); in getmap() 3253 … else srvmsgft(ci->clientnum, CON_EVENT, "\fyAttempting to download the map, please wait.."); in getmap() 3316 if(ci) srvmsgft(ci->clientnum, CON_EVENT, "\fySorry, unable to get a map.."); in getmap() 3797 srvmsgft(ci->clientnum, CON_DEBUG, "\frCannot override variable: %s", name); in parsecommand() 3839 srvmsgft(ci->clientnum, CON_DEBUG, "\frCannot override variable: %s", name); in parsecommand() 3870 srvmsgft(ci->clientnum, CON_DEBUG, "\frCannot override variable: %s", name); in parsecommand() 3895 else srvmsgft(ci->clientnum, CON_DEBUG, "\frUnknown command: %s", cmd); in parsecommand() 7592 srvmsgft(ci->clientnum, CON_EVENT, "\frThat client does not exist"); in parsepacket() [all …]
|
H A D | duelmut.h | 77 …srvmsgft(ci->clientnum, CON_EVENT, "\fySorry, the \fs\fcqueue\fS is \fs\fzgcFULL\fS (max: \fs\fc%d…
|
/dports/games/redeclipse16/base-1.6.0/src/shared/ |
H A D | igame.h | 137 extern void srvmsgft(int cn, int conlevel, const char *s, ...);
|
/dports/games/redeclipse/base-2.0.0/src/shared/ |
H A D | igame.h | 156 extern void srvmsgft(int cn, int conlevel, const char *s, ...);
|
/dports/games/redeclipse16/base-1.6.0/src/game/ |
H A D | server.cpp | 1308 …srvmsgft(ci->clientnum, CON_CHAT, "\fraccess denied, you need to be \fs\fc%s\fS to \fs\fc%s\fS", p… in haspriv() 2269 void srvmsgft(int cn, int conlevel, const char *s, ...) in srvmsgft() function 2686 …srvmsgft(ci->clientnum, CON_EVENT, "\fraccess denied, you must be a local client to start a %s gam… in vote() 3080 …if(msg) srvmsgft(ci->clientnum, CON_EVENT, "\fyyou are \fs\fccrc locked\fS, please wait for the co… in crclocked() 3185 srvmsgft(ci->clientnum, CON_EVENT, "\fythe map is being uploaded, please wait.."); in getmap() 3192 srvmsgft(ci->clientnum, CON_EVENT, "\fysending you the map, please wait.."); in getmap() 3260 if(ci) srvmsgft(ci->clientnum, CON_EVENT, "\fysorry, unable to get a map.."); in getmap() 7175 …if(!adminpass[0]) srvmsgft(ci->clientnum, CON_EVENT, "\fraccess denied, no administrator password … in parsepacket() 7295 srvmsgft(ci->clientnum, CON_EVENT, "\frthat client does not exist"); in parsepacket() 7300 srvmsgft(ci->clientnum, CON_EVENT, "\fryou may not add that privilege"); in parsepacket() [all …]
|
H A D | duelmut.h | 75 …srvmsgft(ci->clientnum, CON_EVENT, "\fysorry, the \fs\fcqueue\fS is \fs\fzgcFULL\fS (max: \fs\fc%d…
|
/dports/games/redeclipse/base-2.0.0/src/engine/ |
H A D | irc.cpp | 38 … server::srvmsgft(relay > 1 ? -2 : -3, CON_MESG, "\fs\fa[%s]\fS %s", c->friendly, str); in ircprintf()
|