Plugin load help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Plugin load help (
/showthread.php?tid=613233)
Plugin load help -
Ax3l123 - 25.07.2016
My server doesen't want to load the streamer and sscanf plugin .
The windows server worked fine in w 7 but I upgraded to w10 and now the server won't load this plugins .
What I did :
Replaced the name from ex streamer to streamer.dll - not working
installed microsoft redistributable pakage 2005 , 2008, 2012 2015 - not working
installed Microsoft net-famework 4.6 - not working.
added the sa-mp server folder to exclusions to windows defender and than redownloaded the plugins - not working
Do you have any idea of fixing it?
PHP код:
echo Executing Server Config...
lanmode 1
rcon_password 1
maxplayers 100
port 7777
hostname teste
gamemode0 serioux2 1
plugins sscanf.dll streamer.dll mysql.dll
filterscripts radio
announce 0
query 1
chatlogging 0
weburl
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[01:09:51]
[01:09:51] Server Plugins
[01:09:51] --------------
[01:09:51] Loading plugin: sscanf.dll
[01:09:51] Failed.
[01:09:51] Loading plugin: streamer.dll
[01:09:51] Failed.
[01:09:51] Loading plugin: mysql.dll
[01:09:51] >> plugin.mysql: R38 successfully loaded.
[01:09:51] Loaded.
[01:09:51] Loaded 1 plugins.
[01:09:51]
[01:09:51] Filterscripts
[01:09:51] ---------------
[01:09:51] Loading filterscript 'radio.amx'...
[01:09:51]
--------------------------------------
[01:09:51] DuReX's Radio Filterscript v1.0 loaded!
[01:09:51] --------------------------------------
[01:09:51] Loaded 1 filterscripts.
[01:09:51] Script[gamemodes/beta.amx]: Run time error 19: "File or function is not found"
[01:09:51] Number of vehicle models: 0
Re: Plugin load help -
Deadpoop - 25.07.2016
Type plugins names without the .dll
if windows:
Код:
sscanf streamer mysql
if linux:
Код:
sscanf.so streamer.so mysql.so
Re: Plugin load help -
Ax3l123 - 25.07.2016
nothing happened
Re: Plugin load help -
Konstantinos - 25.07.2016
What version of "Visual C++ Redistributable for Visual Studio 2015" have you installed? If you're on 64-bit, you'll need to install x86 version. Usually the packages of 2010, 2012 and 2015 are enough to load any plugin and from what I see, you're missing the versions of 2010 - try installing the first and second link and let us know:
http://forum.sa-mp.com/showpost.php?...51&postcount=3
Re: Plugin load help -
FrAnKiN1 - 25.07.2016
removed
Re: Plugin load help -
Ax3l123 - 25.07.2016
The link u gave me fixed my problem , i'm glad you did replay to my problem . Thanks
@konstantinos