Posts: 17
Threads: 6
Joined: Mar 2013
Reputation:
0
[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 ?
Posts: 889
Threads: 4
Joined: Mar 2013
Reputation:
0
Because you're missing a plugin. Check the script(s) for dependencies (eg. #include <plugin>).
Posts: 92
Threads: 13
Joined: Jul 2011
Reputation:
0
Try to compile your gamemode again and be sure your gamemode is in the server.confg text-file included.
Maybe this'll help.
Posts: 17
Threads: 6
Joined: Mar 2013
Reputation:
0
It's MySQL anything i have to do about it ? like i compiled it but i am checking if there is any plugins missing
Posts: 17
Threads: 6
Joined: Mar 2013
Reputation:
0
----------
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
Posts: 783
Threads: 60
Joined: Mar 2011
Reputation:
0
[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
Posts: 895
Threads: 106
Joined: Feb 2012
Reputation:
0
Download the latest streamer, and re-compile the script. Should work.
Posts: 17
Threads: 6
Joined: Mar 2013
Reputation:
0
[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?
Posts: 1,600
Threads: 3
Joined: May 2011
Reputation:
0
Something your script requires is not running. either it be a plugin.
You need to run it to have it work.