[Ajuda] Usar include
#5

Quote:
Originally Posted by Day_
Посмотреть сообщение
No modulo, Hook method 7?
Tem certeza?

PHP код:

public OnGameModeInit()
{
    
#if defined admin_OnGameModeInit
        
return admin_OnGameModeInit();
    
#else
        
return 1;
    
#endif
}
#if defined _ALS_OnGameModeInit
    #undef OnGameModeInit
#else
    #define _ALS_OnGameModeInit
#endif
 
#define OnGameModeInit admin_OnGameModeInit
#if defined admin_OnGameModeInit
    
forward admin_OnGameModeInit();
#endif 
Reply


Messages In This Thread
Usar include - by Luucass - 06.05.2015, 19:13
Re: Usar include - by Dayvison_ - 06.05.2015, 19:19
Re: Usar include - by Luucass - 06.05.2015, 19:26
Re: Usar include - by DiegoCosta - 06.05.2015, 19:44
Re: Usar include - by Adejair_Junior - 06.05.2015, 19:48

Forum Jump:


Users browsing this thread: 1 Guest(s)