SA-MP Forums Archive
Run Timer 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: Run Timer Error 20 : "Invalid index parameter <bad entry point> (/showthread.php?tid=493460)



Run Timer Error 20 : "Invalid index parameter <bad entry point> - PhillipMckenzie - 08.02.2014

Well i keep getting this run time error i don't know why and I DO have main() {}. I have no idea what could be causing it. And also something fishy i spotted the script i found is like 100k lines and I'm not sure how it compiles in a matter of few seconds. Could that be causing it?

My Includes:
pawn Код:
#include <a_samp>
#include <a_mysql>
#include <streamer>
#include <yom_buttons>
#include <ZCMD>
#include <sscanf2>
#include <foreach>
#include <YSI\y_timers>
#include <YSI\y_utils>
#if defined SOCKET_ENABLED
#include <socket>

main() {}
Plugins i use:
Код:
plugins mysql.dll streamer.dll sscanf.dll Whirlpool.dll nativechecker.dll
I have updated all plugins and they all are up to date.


Re: Run Timer Error 20 : "Invalid index parameter <bad entry point> - AchievementMaster360 - 11.02.2014

Are you sure you have main() included in the actual script make sure it didn't get deleted.