SA-MP Forums Archive
Filterscript 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)
+--- Thread: Filterscript Error (/showthread.php?tid=530533)



Filterscript Error - Jigsaw123 - 07.08.2014

Hey guys.. Basically i got this filterscript, edited it into a gamemode. I changed the OnFilterScriptInIt to OnGameModeInIt and etc. etc. It compiles with no problem but when i run it on local host, in the server log it gives Run Time Error 19: File or function is not found? Help please guys.


Re: Filterscript Error - Champ - 07.08.2014

make sure you have all plugins and you inserted all plugins in server.cfg required for that filterscript.


Re: Filterscript Error - Jigsaw123 - 07.08.2014

I have inserted all plugins and includes :/


Re: Filterscript Error - Champ - 07.08.2014

use this plugin to detect the problem
https://sampforum.blast.hk/showthread.php?tid=249226


Re: Filterscript Error - Jigsaw123 - 07.08.2014

I've re-done all the plugins, now i get this:

[19:02:07] [debug] Run time error 20: "Invalid index parameter (bad entry point)"
[19:02:07] Script[gamemodes/LSRRP.amx]: Run time error 20: "Invalid index parameter (bad entry point)"
[19:02:07] Number of vehicle models: 0


Re: Filterscript Error - Spartaaaaa - 07.08.2014

I had this problem i just update streamer and sscanf plugins and download new includes and re-compile it's fixed.


Re: Filterscript Error - Champ - 07.08.2014

add this above your callback named "OnGamemodeInit"

pawn Код:
main()
{
}



Re: Filterscript Error - ViniBorn - 07.08.2014

Look thishttps://sampforum.blast.hk/showthread.php?tid=530216


Re: Filterscript Error - Jigsaw123 - 07.08.2014

@Champ - Thanks homie! You got Rep#ed for that.. Cheers again


Re: Filterscript Error - Jigsaw123 - 07.08.2014

Guys im getting the error again.. I added
main()
{
} on top of the GM

(( this is another fs i tried turning into a gm ))