SA-MP Forums Archive
Help, Error 20:" Invalid index parameter" - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Help, Error 20:" Invalid index parameter" (/showthread.php?tid=292638)



Help, Error 20:" Invalid index parameter" - Swizzzy - 24.10.2011

Well, I compile my script, Added it to my Gamemode line & started the server.exe, Then i got this error.

Run time error 20: "Invalid index parameter<bad entry point>"

I've never encountered this error before and i'd like to know how to fix it.

Thanks for anyone who can help.


Re: Help, Error 20:" Invalid index parameter" - Ash. - 24.10.2011

This happens to me when it's uploaded in the wrong mode (Binary mode rather than ASCII) ensure you're uploading in ASCII mode.


Re: Help, Error 20:" Invalid index parameter" - Vince - 24.10.2011

Ensure that you have
pawn Код:
main() {}
somewhere in your gamemode, even if it's empty.