Error 004
#6

As far as I know, this error comes when you've forwarded, but you haven't added the public callback.
pawn Код:
forward MathsWin(playerid);
forward ReactionWin(playerid);
forward NumberWin(playerid);
You need to add code, to the public callback that you don't have.
pawn Код:
public MathsWin(playerid)
{
    // something
    return something; // it depends 0/1
}
public ReactionWin(playerid)
{
    // something
    return something; // it depends 0/1
}
public NumberWin(playerid)
{
    // something
    return something; // it depends 0/1
}
Reply


Messages In This Thread
Error 004 - by Windrush - 03.12.2012, 08:26
Re: Error 004 - by LarzI - 03.12.2012, 08:29
Re: Error 004 - by Unirom Shaw - 03.12.2012, 08:29
Re: Error 004 - by Windrush - 03.12.2012, 08:46
Re: Error 004 - by Windrush - 03.12.2012, 11:12
Re: Error 004 - by Konstantinos - 03.12.2012, 11:24
Re: Error 004 - by LarzI - 03.12.2012, 11:26

Forum Jump:


Users browsing this thread: 2 Guest(s)