public function lacks forward declaration
#7

Quote:
Originally Posted by DerickClark
Посмотреть сообщение
Cause you got it in your code. You need put it on top of your code.

Move it on top.
Код:
    #if defined _ALS_OnPlayerDisconnect
        #undef OnPlayerDisconnect
    #else
        #define _ALS_OnPlayerDisconnect
    #endif
     
    #define OnPlayerDisconnect stream_OnPlayerDisconnect
    #if defined stream_OnPlayerDisconnect
        forward stream_OnPlayerDisconnect(playerid, reason);
    #endif
#endif
Ohhh.. wait I'll try that
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)