help | how to make hook callback ?
#4

Quote:
Originally Posted by Ralfie
Посмотреть сообщение
PHP код:
public OnPlayerConnect(playerid)
{
/*
         Here all code ? 
*/
    #if defined MyLib_OnPlayerConnect
        
MyLib_OnPlayerConnect(playerid);
    
#endif
    
return 1;
}
#if defined _ALS_OnPlayerConnect
    #undef OnPlayerConnect
#else
    #define _ALS_OnPlayerConnect
#endif
#define OnPlayerConnect MyLib_OnPlayerConnect
#if defined MyLib_OnPlayerConnect
    
forward MyLib_OnPlayerConnect(playerid);
#endif 
Reply


Messages In This Thread
help | how to make hook callback ? - by _Application_ - 26.12.2014, 19:01
Re: help | how to make hook callback ? - by _Application_ - 27.12.2014, 09:56
Re: help | how to make hook callback ? - by Evocator - 27.12.2014, 10:13
Re: help | how to make hook callback ? - by _Application_ - 27.12.2014, 10:36

Forum Jump:


Users browsing this thread: 2 Guest(s)