Run time error 19: "File or function is not found"
#1

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

I guarantee you are missing a plugin, do you have a plugins folder ?
Reply
#3

Quote:
Originally Posted by grand.Theft.Otto
Посмотреть сообщение
I guarantee you are missing a plugin, do you have a plugins folder ?
So, I have this.

LIBMYSQL
mysql
sscanf
streamer
Reply
#4

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

Show your server log.
Reply
#6

Quote:
Originally Posted by Jack_Leslie
Посмотреть сообщение
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.
They are all there, and updated.

Quote:
Originally Posted by MadeMan
Посмотреть сообщение
Show your server log.
Is normal, but there he go:

Код:
SA-MP Dedicated Server
----------------------
v0.3c R2, ©2005-2011 SA-MP Team

[15:05:59] filterscripts = ""  (string)
[15:05:59] 
[15:05:59] Server Plugins
[15:05:59] --------------
[15:05:59]  Loaded 0 plugins.

[15:05:59] 
[15:05:59] Filter Scripts
[15:05:59] ---------------
[15:05:59]   Loaded 0 filter scripts.

[15:05:59] Script[gamemodes/qrp.amx]: Run time error 19: "File or function is not found"
[15:05:59] Number of vehicle models: 0

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3c R2, ©2005-2011 SA-MP Team

[15:12:33] filterscripts = ""  (string)
[15:12:33] 
[15:12:33] Server Plugins
[15:12:33] --------------
[15:12:33]  Loaded 0 plugins.

[15:12:33] 
[15:12:33] Filter Scripts
[15:12:33] ---------------
[15:12:33]   Loaded 0 filter scripts.

[15:12:33] Script[gamemodes/qrp.amx]: Run time error 19: "File or function is not found"
[15:12:33] Number of vehicle models: 0
Reply
#7

Log shows that you don't load any plugins.

Do you have the plugins listed in server.cfg?
Reply
#8

If you don't have a plugins line in server.cfg, add this:

plugins LIBMYSQL mysql sscanf streamer
Reply
#9

If you have linux make sure you are using the ".so" plugins
Reply
#10

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


Forum Jump:


Users browsing this thread: 1 Guest(s)