help | how to make hook callback ?
#1

how to make hook callback With ALS method?,

In the most effective!

With a detailed explanation in easy to understand that I want to learn it


sorry my bad english
Reply
#2

helpp??
Reply
#3

https://sampforum.blast.hk/showthread.php?tid=441293
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)