SA-MP Forums Archive
Samp server Problem - 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: Samp server Problem (/showthread.php?tid=120375)



Samp server Problem - OoSaSaOo - 11.01.2010

Hey Guys I Have a problem but i don't know what it is

when i press samp.server its give me the following error :


Код:
Script[GameModes/Mygm.amx]: run time error 20: invalid index parameter (bad entry point)"
Any One Can Solve It


Re: Samp server Problem - Correlli - 11.01.2010

You're missing a function main() in your gamemode script.


Re: Samp server Problem - OoSaSaOo - 11.01.2010

i don't understand you


Re: Samp server Problem - Calon - 11.01.2010

At the top (after the bit that says #include) add this:

Код:
main()
{
}



Re: Samp server Problem - OoSaSaOo - 12.01.2010

thanks alot