Raised This Month: $51 Target: $400
 12% 

Error getting interface IGameEventManager2


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Lambdacerro
Junior Member
Join Date: Sep 2009
Location: Spain
Old 09-06-2009 , 13:22   Error getting interface IGameEventManager2
Reply With Quote #1

Hello, when i try to get the pointer of the IGameEventManager2 interface my plugin just doesn't load and the console reports this error.

Code:
Failed to load plugin testplugin (Could not find interface: GAMEEVENTSMANAGER002).
Here's my code.

PHP Code:
bool CTestPlugin::LoadPluginId idISmmAPI *ismmchar *errorsize_t maxlenbool late )
{
    
PLUGIN_SAVEVARS();

    
GET_V_IFACE_CURRENTGetEngineFactoryg_pEngineIVEngineServerINTERFACEVERSION_VENGINESERVER );
    
GET_V_IFACE_ANYGetServerFactoryg_pGameClientsIServerGameClientsINTERFACEVERSION_SERVERGAMECLIENTS );
    
GET_V_IFACE_ANYGetServerFactoryg_pPlayerInfoMgrIPlayerInfoManagerINTERFACEVERSION_PLAYERINFOMANAGER );
    
GET_V_IFACE_CURRENTGetServerFactoryg_pEventManagerIGameEventManager2INTERFACEVERSION_GAMEEVENTSMANAGER2 );

    return 
true;

The target plugin game is TF2
Lambdacerro is offline
DJ Tsunami
DJ Post Spammer
Join Date: Feb 2008
Location: The Netherlands
Old 09-06-2009 , 13:28   Re: Error getting interface IGameEventManager2
Reply With Quote #2

IGameEventManager2 is under GetEngineFactory, not GetServerFactory.
__________________
Advertisements | REST in Pawn - HTTP client for JSON REST APIs
Please do not PM me with questions. Post in the plugin thread.
DJ Tsunami is offline
Lambdacerro
Junior Member
Join Date: Sep 2009
Location: Spain
Old 09-06-2009 , 13:37   Re: Error getting interface IGameEventManager2
Reply With Quote #3

Quote:
Originally Posted by DJ Tsunami View Post
IGameEventManager2 is under GetEngineFactory, not GetServerFactory.
Oops, stupid error, that is what happens when you have never coded anything for the source engine xD

Anyway, thanks for the help
Lambdacerro is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:52.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode