SA-MP Forums Archive
[debug] Run time error 20: "Invalid index parameter (bad entry point)" - 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: [debug] Run time error 20: "Invalid index parameter (bad entry point)" (/showthread.php?tid=641147)



[debug] Run time error 20: "Invalid index parameter (bad entry point)" - BrnX - 11.09.2017

[debug] Run time error 20: "Invalid index parameter (bad entry point)"

What is error?

Код:
#include <a_samp>
#include <a_mySQL> // [ R41-2 ]
#include <streamer>
#include <sscanf2>
#include <zcmd>
#include <fixchars>
#include <foreach>
#include <easydialog>
#include <fly>



main() {}

native IsValidVehicle(vehicleid);
no main...


Re: [debug] Run time error 20: "Invalid index parameter (bad entry point)" - Kane - 11.09.2017

Put a space in the brackets.
PHP код:
main() { }