SA-MP Forums Archive
File or function not found - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: File or function not found (/showthread.php?tid=378205)



File or function not found - thefatshizms - 16.09.2012

Hello, i have just moved my home hosted server to volt-host transfered all plugins includes filterscripts yada yada yaada and also adding .so on the end of each plugin name in cfg and yes there are the .co plugin versions in the plugin folder yet i still get unkown gamemode and this

[12:04:53] [debug] Run time error 19: "File or function is not found"
[12:04:53] [debug] The following natives are not registered:
[12:04:53] [debug] PlayAudioStreamForPlayer
[12:04:53] [debug] RemoveBuildingForPlayer
[12:04:53] [debug] StopAudioStreamForPlayer
[12:04:53] Script[gamemodes/Sfcnr.amx]: Run time error 19: "File or function is not found"


Re: File or function not found - Glint - 16.09.2012

Are you sure all of your plugins got LOADED correctly ? Check your server_log.


Re: File or function not found - thefatshizms - 16.09.2012

[12:04:52] Server Plugins
[12:04:52] --------------
[12:04:52] Loading plugin: sscanf.so
[12:04:52]

[12:04:52] ===============================

[12:04:52] sscanf plugin loaded.

[12:04:52] © 2009 Alex "******" Cole

[12:04:52] 0.3d-R2 500 Players "dnee"

[12:04:52] ===============================

[12:04:52] Loaded.
[12:04:52] Loading plugin: streamer.so
[12:04:53]

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[12:04:53] Loaded.
[12:04:53] Loading plugin: mysql.so
[12:04:53]

> MySQL plugin R6 successfully loaded.

[12:04:53] Loaded.
[12:04:53] Loading plugin: crashdetect.so
[12:04:53] crashdetect v4.5.1 is OK.
[12:04:53] Loaded.
[12:04:53] Loaded 4 plugins.

[12:04:53]
[12:04:53] Filter Scripts


as you can see they have all loaded fine


Re: File or function not found - Glint - 16.09.2012

Hmmmm yeah, are you sure your server doesn't use any other plugins like Whirlpool ?


Re: File or function not found - thefatshizms - 16.09.2012

Nope doesnt use any other plugins


Re: File or function not found - SAMP_Luke - 16.09.2012

It has to be the plugins..

If it's linux add the .so tags at the end of the server.cfg


Re: File or function not found - thefatshizms - 16.09.2012

Quote:
Originally Posted by thefatshizms
Посмотреть сообщение
.so on the end of each plugin name in cfg
Quote:
Originally Posted by SAMP_Luke
Посмотреть сообщение
It has to be the plugins..

If it's linux add the .so tags at the end of the server.cfg
plugins sscanf.so streamer.so mysql.so crashdetect.so