Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ OnSourceModMaxPlayersChanged
Method
OnSourceModMaxPlayersChanged
core/PlayerManager.cpp:1912–1915 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1910
}
1911
1912
void PlayerManager::OnSourceModMaxPlayersChanged( int newvalue )
1913
{
1914
m_maxClients = newvalue;
1915
}
1916
1917
void PlayerManager::MaxPlayersChanged( int newvalue /*= -1*/ )
1918
{
Callers
1
MaxPlayersChanged
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected