MCPcopy Create free account
hub / github.com/assaultcube/AC / sendservmsg

Function sendservmsg

source/src/server.cpp:742–745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740}
741
742void sendservmsg(const char *msg, int cn = -1)
743{
744 sendf(cn, 1, "ris", SV_SERVMSG, msg);
745}
746
747void sendservmsgverbose(const char *msg, int cn = -1) // channel server spam here...
748{

Callers 11

loopvFunction · 0.85
check_ffireFunction · 0.85
mapactionMethod · 0.85
cleardemosFunction · 0.85
senddemoFunction · 0.85
enddemoplaybackFunction · 0.85
setupdemoplaybackFunction · 0.85
shuffleteamsFunction · 0.85
startgameFunction · 0.85
scallvoteerrFunction · 0.85
processFunction · 0.85

Calls 1

sendfFunction · 0.85

Tested by

no test coverage detected