Windows Server - Plugins doesn't loads
#1

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
Reply
#2

do you have the plugins inside the Plugins Folder?
Reply
#3

http://gyazo.com/3f4f3d02c6cb754d88319a756c0dff0e
Reply
#4

Install the latest .inc files (Includes)
Reply
#5

Quote:
Originally Posted by Red_Dragon.
View Post
Install the latest .inc files (Includes)
Doesn't matter.
Reply
#6

I forgot this, Also put in the file called "server.cfg" in front of plugins write "name of your plugin"
Reply
#7

Quote:
Originally Posted by Red_Dragon.
View Post
Install the latest .inc files (Includes)
Include files are used while compiling not afterwards.
Reply
#8

Quote:
Originally Posted by Red_Dragon.
View Post
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!
Reply
#9

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
Reply
#10

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)