Help me with scripting
#2

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.

(Updated)
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)