View Single Post
Re: Lets get this stuff rolling!
Old
  (#18)
botman
Super Moderator
 
Status: Offline
Posts: 280
Join Date: Jan 2004
Location: Plano, TX
Default Re: Lets get this stuff rolling! - 15-12-2004

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
  
Reply With Quote