Posts: 447
Threads: 205
Joined: Dec 2013
Reputation:
0
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.
Posts: 765
Threads: 183
Joined: Sep 2011
Reputation:
0
make sure you have all plugins and you inserted all plugins in server.cfg required for that filterscript.
Posts: 447
Threads: 205
Joined: Dec 2013
Reputation:
0
I have inserted all plugins and includes :/
Posts: 447
Threads: 205
Joined: Dec 2013
Reputation:
0
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
Posts: 262
Threads: 55
Joined: May 2014
Reputation:
0
I had this problem i just update streamer and sscanf plugins and download new includes and re-compile it's fixed.
Posts: 447
Threads: 205
Joined: Dec 2013
Reputation:
0
Guys im getting the error again.. I added
main()
{
} on top of the GM
(( this is another fs i tried turning into a gm ))