Filterscript Error
#1

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.
Reply
#2

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

I have inserted all plugins and includes :/
Reply
#4

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

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
Reply
#6

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

add this above your callback named "OnGamemodeInit"

pawn Код:
main()
{
}
Reply
#8

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

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

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)