Help me with scripting
#3

Quote:
Originally Posted by DanLore
Посмотреть сообщение
Not sure what your error is because the image hasn't loaded, but from the code here's one problem.

Код:
public OnFilterScriptExit()
{
        print("............................);
        print(" MP3 Player non caricata);
        print("............................);
        return 1;
}
Replace it with

Код:
public OnFilterScriptExit()
{
        print("............................");
        print(" MP3 Player non caricata);
        print("............................");
        return 1;
}
Post the error in text, because I bet that's not the only one.
In his fix he missed something within here. Try this one rather than his:
pawn Код:
public OnFilterScriptExit()
{
        print("............................");
        print(" MP3 Player non caricata");
        print("............................");
        return 1;
}
He missed a quotation mark to end to string (the stuff in quotes).
Reply


Messages In This Thread
Help me with scripting - by Niksy - 04.07.2014, 06:00
Re: Help me with scripting - by DanLore - 04.07.2014, 06:08
Re: Help me with scripting - by nmader - 04.07.2014, 06:15
Re: Help me with scripting - by DanLore - 04.07.2014, 06:44
Re: Help me with scripting - by Threshold - 04.07.2014, 07:07
Re: Help me with scripting - by NNek - 04.07.2014, 07:52

Forum Jump:


Users browsing this thread: 1 Guest(s)