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

Function sendservmsgverbose

source/src/server.cpp:747–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

745}
746
747void sendservmsgverbose(const char *msg, int cn = -1) // channel server spam here...
748{
749 sendf(cn, 1, "ris", SV_SERVMSGVERB, msg);
750}
751
752void sendspawn(client *c)
753{

Callers 2

enddemorecordFunction · 0.85
setupdemorecordFunction · 0.85

Calls 1

sendfFunction · 0.85

Tested by

no test coverage detected