Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
747
void sendservmsgverbose(const char *msg, int cn = -1) // channel server spam here...
748
{
749
sendf(cn, 1,
"ris"
, SV_SERVMSGVERB, msg);
750
}
751
752
void sendspawn(client *c)
753
{
Callers
2
enddemorecord
Function · 0.85
setupdemorecord
Function · 0.85
Calls
1
sendf
Function · 0.85
Tested by
no test coverage detected