Run time error 20: "Invalid index parameter (bad entry Point"
#9

I think you get this error when you delete this part from the script:

public OnFilterScriptInit()
{
print("\n--------------------------------------");
print(" Blank Filterscript by your name here");
print("--------------------------------------\n");
return 1;
}

public OnFilterScriptExit()
{
return 1;
}

#else

After I tried to compile my script without it I got the errors, and so I opened another PAWNO window and added that part back to my script and it worked without any errors.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)