SA-MP Forums Archive
What does this mean? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: What does this mean? (/showthread.php?tid=300552)



What does this mean? - Cody_Maverak - 30.11.2011

Hi, can someone tell me what this means and how to fix it:

Код:
[18:13:06] Script[gamemodes/SBgame.amx]: Run time error 20: "Invalid index parameter (bad entry point)"



Re: What does this mean? - nmader - 30.11.2011

Hm, it practically tells you, "(bad entry point)" you could always use ****** to help ya.

Best of luck,
nmader


Re: What does this mean? - Sinc - 30.11.2011

The function in which begins at the execution of the console isn't recognized.

pawn Код:
main
{
}



Re: What does this mean? - Cody_Maverak - 30.11.2011

Thanks Sync'! It turns out I deleted my main() block :P


Re: What does this mean? - Scenario - 30.11.2011

A simple search could have helped you find some responses to the same issue:

http://*******/uNN3yL


Re: What does this mean? - grand.Theft.Otto - 30.11.2011

Yes, always remember to search before you create a new thread, you don't know how many threads a day are created asking the same old annoying questions.