Posts: 55
Threads: 9
Joined: Jul 2011
Reputation:
0
Hi guys!
Well, when I start my server in console appears this.
Script[gamemodes/gamemode.amx]: Run time error 19: "File or function is not found"
Compile 100%
No Errors...
And I can enter in the server, but I don't have any commands (only rcon).
I have search, and nothing...
Posts: 1,059
Threads: 86
Joined: Sep 2010
Reputation:
0
I guarantee you are missing a plugin, do you have a plugins folder ?
Posts: 1,197
Threads: 213
Joined: Feb 2011
Reputation:
0
Make sure all your plugins are in the "plugins" folder, and are the correct files. This happened to me one day but everything was working fine, but then it was because I was missing a file from scriptfiles that the script was trying to read. Go through every file that gets read, and make sure you have it. If you don't, delete the function or create the file.
Posts: 3,488
Threads: 16
Joined: Jun 2007
Reputation:
0
Log shows that you don't load any plugins.
Do you have the plugins listed in server.cfg?
Posts: 1,059
Threads: 86
Joined: Sep 2010
Reputation:
0
If you don't have a plugins line in server.cfg, add this:
plugins LIBMYSQL mysql sscanf streamer
Posts: 740
Threads: 63
Joined: Oct 2009
Reputation:
0
If you have linux make sure you are using the ".so" plugins
Posts: 55
Threads: 9
Joined: Jul 2011
Reputation:
0
So, I have add in server.cfg and I get error when I start the server.
[18:11:51] Loading plugin: LIBMYSQL
[18:11:51] Plugin does not conform to architecture.