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

Method Authorize_Post

core/PlayerManager.cpp:2451–2457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2449}
2450
2451void CPlayer::Authorize_Post()
2452{
2453 if (m_IsInGame)
2454 {
2455 DoPostConnectAuthorization();
2456 }
2457}
2458
2459void CPlayer::DoPostConnectAuthorization()
2460{

Callers 2

RunAuthChecksMethod · 0.80
OnClientPutInServerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected