MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / CmdMaxplayersCallback

Function CmdMaxplayersCallback

core/PlayerManager.cpp:1976–1981  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1974{
1975#else
1976void CmdMaxplayersCallback()
1977{
1978#endif
1979
1980 g_Players.MaxPlayersChanged();
1981}
1982
1983#if SOURCE_ENGINE == SE_CSGO || SOURCE_ENGINE == SE_BLADE || SOURCE_ENGINE == SE_MCV
1984bool PlayerManager::HandleConVarQuery(QueryCvarCookie_t cookie, int client, EQueryCvarValueStatus result, const char *cvarName, const char *cvarValue)

Callers

nothing calls this directly

Calls 1

MaxPlayersChangedMethod · 0.80

Tested by

no test coverage detected