03.09.2015, 19:47
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.
and the Error is right here.
I hope someone can Help me with that
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.
pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
#if defined SSCANF_OnPlayerDisconnect
SSCANF_OnPlayerDisconnect(playerid, reason);
#endif
SSCANF_Leave(playerid);
return 1;//Here
}
