[Ayuda] Convertir Fs a Inc
#3

Quote:
Originally Posted by Goncho28
Посмотреть сообщение
Para que sea .inc simplemente lo guardas como <NOMBRE>.inc
Eso lo sй, pero hablo "Para devoluciones de llamada en cadena, simplemente comprobar si existe la siguiente funciуn en la cadena, y si lo hace entonces lo llaman"

PHP код:
public OnGameModeInit()
{
    
#if defined MyLib_OnGameModeInit
        
MyLib_OnGameModeInit();
    
#endif
    
return 1;
}
This is still followed by the standard ALS checks (note that, as everusing "_ALS_" is VERY important don't change that or your hooks will be incompatible with other includes):
Code:
#if defined _ALS_OnGameModeInit
    #undef OnGameModeInit
#else
    #define _ALS_OnGameModeInit
#endif
#define OnGameModeInit MyLib_OnGameModeInit 
Darle la funciуn para evitar Bugs, ya que asн simple me da errores como los de que ya esta definidas ciertas callbacks

error 021: symbol already defined: "Streamer_OnPlayerConnect"
error 021: symbol already defined: "ppb_OnPlayerDisconnect"
Reply


Messages In This Thread
[Ayuda] Convertir Fs a Inc - by INKISICION - 16.06.2015, 21:05
Respuesta: [Ayuda] Convertir Fs a Inc - by Goncho28 - 16.06.2015, 21:11
Re: Respuesta: [Ayuda] Convertir Fs a Inc - by INKISICION - 16.06.2015, 21:16
Respuesta: [Ayuda] Convertir Fs a Inc - by bm0z - 17.06.2015, 16:38
Respuesta: [Ayuda] Convertir Fs a Inc - by DesingMyCry - 17.06.2015, 20:10
Re: Respuesta: [Ayuda] Convertir Fs a Inc - by INKISICION - 18.06.2015, 08:29

Forum Jump:


Users browsing this thread: 1 Guest(s)