sscanf2 Error
#1

Hi,
I have a Problem with sscanf2. It shows me this Error when i Compile a Include when i change something in it.
It's the mta_loader include.
pawn Код:
sscanf2.p(30) : fatal error 111: user error: Please include <a_npc> or <a_samp> first.
and the Error is right here.
pawn Код:
public OnPlayerDisconnect(playerid, reason)
    {
        #if defined SSCANF_OnPlayerDisconnect
            SSCANF_OnPlayerDisconnect(playerid, reason);
        #endif
        SSCANF_Leave(playerid);
        return 1;//Here
    }
I hope someone can Help me with that
Reply
#2

did you add #include a_samp in the top of your script?
Reply
#3

Well it wasn't in the sscanf2.
Just added it now it Works thank you ^^.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)