Windows Server - Plugins doesn't loads -
ProjectGANTON - 18.09.2012
Hello all, today i bought a Windows VPS, 1GB RAM and 100GB Disk.
So, i installed NET. Framework 4.0 and Microsoft Visual C++ 2010 x86.
I try to run samp-server.exe, and only "sscanf" loads. Other plugins, no.
Here are my logs:
Code:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team
[20:34:41] filterscripts = "" (string)
[20:34:41]
[20:34:41] Server Plugins
[20:34:41] --------------
[20:34:41] Loading plugin: mysql
[20:34:41] Failed.
[20:34:41] Loading plugin: sscanf
[20:34:41]
[20:34:41] ===============================
[20:34:41] sscanf plugin loaded.
[20:34:41] © 2009 Alex "******" Cole
[20:34:41] 0.3d-R2 500 Players "dnee"
[20:34:41] ===============================
[20:34:41] Loaded.
[20:34:41] Loading plugin: streamer
[20:34:41] Failed.
[20:34:41] Loading plugin: regex
[20:34:41] Failed.
[20:34:41] Loaded 1 plugins.
[20:34:41]
[20:34:41] Filterscripts
[20:34:41] ---------------
[20:34:41] Loaded 0 filterscripts.
[20:34:41] Script[gamemodes/Butterfly.amx]: Run time error 19: "File or function is not found"
[20:34:41] Number of vehicle models: 0
And here, a list of program that i installed.
Here, is my server.cfg:
Code:
echo Executing Server Config...
lanmode 1
rcon_password xxxx
maxplayers 500
port 7777
hostname XXX
gamemode0 Butterfly 1
filterscripts
announce 0
query 1
weburl XXX
plugins mysql sscanf streamer regex
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 10
logtimeformat [%H:%M:%S]
Plugins into /plugins/ dir:
http://gyazo.com/3f4f3d02c6cb754d88319a756c0dff0e
Re: Windows Server - Plugins doesn't loads - HuSs3n - 18.09.2012
do you have the plugins inside the Plugins Folder?
Re: Windows Server - Plugins doesn't loads -
ProjectGANTON - 18.09.2012
http://gyazo.com/3f4f3d02c6cb754d88319a756c0dff0e
Re: Windows Server - Plugins doesn't loads -
Red_Dragon. - 18.09.2012
Install the latest .inc files (Includes)
Re: Windows Server - Plugins doesn't loads -
ikkentim - 18.09.2012
Quote:
Originally Posted by Red_Dragon.
Install the latest .inc files (Includes)
|
Doesn't matter.
Re: Windows Server - Plugins doesn't loads -
Red_Dragon. - 18.09.2012
I forgot this, Also put in the file called "server.cfg" in front of plugins write "name of your plugin"
AW: Re: Windows Server - Plugins doesn't loads -
BigETI - 18.09.2012
Quote:
Originally Posted by Red_Dragon.
Install the latest .inc files (Includes)
|
Include files are used while compiling not afterwards.
Re: Windows Server - Plugins doesn't loads -
ProjectGANTON - 18.09.2012
Quote:
Originally Posted by Red_Dragon.
I forgot this, Also put in the file called "server.cfg" in front of plugins write "name of your plugin"
|
Did you see this?
Code:
echo Executing Server Config...
lanmode 1
rcon_password xxxx
maxplayers 500
port 7777
hostname XXX
gamemode0 Butterfly 1
filterscripts
announce 0
query 1
weburl XXX
plugins mysql sscanf streamer regex
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 10
logtimeformat [%H:%M:%S]
Oh, in my computer it loads correctly, but in the server not.
Help please!
Re: Windows Server - Plugins doesn't loads -
ThePhenix - 18.09.2012
mmm..
Maybe that Windows Server is not checking if the file is .dll or not.
Try to put:
plugins streamer.dll mysql.dll sscanf.dll regex.dll
Re: Windows Server - Plugins doesn't loads -
ProjectGANTON - 18.09.2012
Why? If the server read the sscanf, it doesn't mean.
I think i have to install some Windows Component. But what components?
In my computer (Windows 7) the server loads fine.