Use the gameServerFactory to load IServerGameEnts...
Code:
gameents = (IServerGameEnts*)gameServerFactory(INTERFACEVERSION_SERVERGAMEENTS, NULL);
if ( !gameents )
Msg("PLUGIN: Unable to load gameents, ignoring\n");
else
Msg("PLUGIN: Loaded gameents\n");
botman