diff --git a/public/eiface.h b/public/eiface.h index 040698da..b22f9ad0 100644 --- a/public/eiface.h +++ b/public/eiface.h @@ -417,6 +417,9 @@ public: // Exposed for server plugin authors virtual IServer *GetIServer() = 0; + virtual bool IsPlayerNameLocked( const edict_t *pPlayer ) = 0; + virtual bool CanPlayerChangeName( const edict_t *pPlayer ) = 0; + virtual IReplaySystem *GetReplay() = 0; };