SA-MP Forums Archive
[Help me with this] - 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: [Help me with this] (/showthread.php?tid=428394)



[Help me with this] - JofiStones - 05.04.2013

[18:04:36] ===============================

[18:04:36] sscanf plugin loaded.

[18:04:36] © 2009 Alex "******" Cole

[18:04:36] 0.3d-R2 500 Players "dnee"

[18:04:36] ===============================

[18:04:36] Loaded.
[18:04:36] Loading plugin: audio
[18:04:36]
*** Audio Plugin v0.4 by Incognito loaded ***

[18:04:36] Loaded.
[18:04:36] Loading plugin: mysql.so
[18:04:36]

> MySQL plugin R6 successfully loaded.

[18:04:36] Loaded.
[18:04:36] Loaded 3 plugins.

[18:04:36]
[18:04:36] Filterscripts
[18:04:36] ---------------
[18:04:36] Loading filterscript 'vactions.amx'...
[18:04:36] Loading filterscript 'buttons.amx'...
[18:04:36] Loaded 2 filterscripts.

[18:04:36] Script[gamemodes/NWRPC.amx]: Run time error 19: "File or function is not found"
[18:04:36] Number of vehicle models: 0

Why it's not opening ?


Re: [Help me with this] - Sithis - 05.04.2013

Because you're missing a plugin. Check the script(s) for dependencies (eg. #include <plugin>).


Re: [Help me with this] - NL-Sultan - 05.04.2013

Try to compile your gamemode again and be sure your gamemode is in the server.confg text-file included.
Maybe this'll help.


Re: [Help me with this] - JofiStones - 05.04.2013

It's MySQL anything i have to do about it ? like i compiled it but i am checking if there is any plugins missing


Re: [Help me with this] - NL-Sultan - 05.04.2013

Quote:
Originally Posted by JofiStones
Посмотреть сообщение
It's MySQL anything i have to do about it ? like i compiled it but i am checking if there is any plugins missing
What I know from MySQL is that you need a MySQL database included somewhere, maybe that's why?


Re: [Help me with this] - JofiStones - 05.04.2013

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

SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team

[18:30:55] password = "" (string)
[18:30:55]
[18:30:55] Server Plugins
[18:30:55] --------------
[18:30:55] Loading plugin: streamer
[18:30:55] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[18:30:55] Loading plugin: sscanf
[18:30:55]

[18:30:55] ===============================

[18:30:55] sscanf plugin loaded.

[18:30:55] © 2009 Alex "******" Cole

[18:30:55] 0.3d-R2 500 Players "dnee"

[18:30:55] ===============================

[18:30:55] Loaded.
[18:30:55] Loading plugin: audio
[18:30:55]
*** Audio Plugin v0.4 by Incognito loaded ***

[18:30:55] Loaded.
[18:30:55] Loading plugin: mysql.so
[18:30:55]

> MySQL plugin R6 successfully loaded.

[18:30:55] Loaded.
[18:30:55] Loaded 3 plugins.

[18:30:55]
[18:30:55] Filterscripts
[18:30:55] ---------------
[18:30:55] Loading filterscript 'vactions.amx'...
[18:30:55] Loading filterscript 'buttons.amx'...
[18:30:55] Loaded 2 filterscripts.

[18:30:55] Script[gamemodes/NWRPC.amx]: Run time error 19: "File or function is not found"
[18:30:55] Number of vehicle models: 0


Re: [Help me with this] - dannyk0ed - 05.04.2013

[18:30:55] Loading plugin: streamer
[18:30:55] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
Re-Upload that or you forgot .dll or .so on the server.cfg


Re: [Help me with this] - CrazyChoco - 05.04.2013

Download the latest streamer, and re-compile the script. Should work.


Re: [Help me with this] - JofiStones - 06.04.2013

[21:12:27] Loaded.
[21:12:27] Loading plugin: audio
[21:12:27]
*** Audio Plugin v0.4 by Incognito loaded ***

[21:12:27] Loaded.
[21:12:27] Loading plugin: mysql.so
[21:12:27]

> MySQL plugin R6 successfully loaded.

[21:12:27] Loaded.
[21:12:27] Loaded 4 plugins.

[21:12:27]
[21:12:27] Filterscripts
[21:12:27] ---------------
[21:12:27] Loading filterscript 'vactions.amx'...
[21:12:27] Loading filterscript 'buttons.amx'...
[21:12:27] Loaded 2 filterscripts.

[21:12:27] Script[gamemodes/nwrpjk.amx]: Run time error 19: "File or function is not found"
[21:12:27] Number of vehicle models: 0

Still not working even with the whole plugins works why?


Re: [Help me with this] - ColorHost-Kevin - 06.04.2013

Something your script requires is not running. either it be a plugin.

You need to run it to have it work.