SA-MP Forums Archive
Gamemode start error (?) - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Gamemode start error (?) (/showthread.php?tid=150233)



Gamemode start error (?) - !CryWolf - 25.05.2010

Hey all,
I'm trying to run my gamemode at a windows server.
But I have this error in the 'samp-server.exe', this:
Code:
Script[gamemodes/SADM.amx]: Run time error 20: "Invaild index parameter <bad entry point>".
What the fuck is this?
Thanks for helpers!


Re: Gamemode start error (?) - Grim_ - 25.05.2010

You are missing the main() in your script.


Re: Gamemode start error (?) - !CryWolf - 25.05.2010

Damn, how I forgot about this .
Thanks man!