Streamer and sscanf - 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: Streamer and sscanf (
/showthread.php?tid=582809)
Streamer and sscanf (Unsolved) -
Fancy - 23.07.2015
I am using a 64 bit VPS from my friend and when i start my server so it loads the whrilpool but not the ssacnf and streamer.Please help
Note:I have latest virsion of ms visual c++ and ms net framework
Code:
Server config:
echo Executing Server Config...
lanmode 0
rcon_password -----
maxplayers -----
port 7777
hostname -----
gamemode0 freeroam 1
filterscripts
plugins streamer sscanf Whirlpool
announce 1
query 1
chatlogging 0
weburl forum-mfe.webatu.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
Language English
Server log:
Code:
SA-MP Dedicated Server
----------------------
v0.3.7, ©2005-2015 SA-MP Team
[07:43:53] filterscripts = "" (string)
[07:43:53]
[07:43:53] Server Plugins
[07:43:53] --------------
[07:43:53] Loading plugin: streamer
[07:43:53] Failed.
[07:43:53] Loading plugin: sscanf
[07:43:53] Failed.
[07:43:53] Loading plugin: Whirlpool
[07:43:53]
[07:43:53] ==================
[07:43:53]
[07:43:53] Whirlpool loaded
[07:43:53]
[07:43:53] ==================
[07:43:53]
[07:43:53] Loaded.
[07:43:53] Loaded 1 plugins.
[07:43:54]
[07:43:54] Ban list
[07:43:54] --------
[07:43:54] Loaded: samp.ban
[07:43:54]
[07:43:54]
[07:43:54] Filterscripts
[07:43:54] ---------------
[07:43:54] Loaded 0 filterscripts.
[07:43:54] Script[gamemodes/freeroam.amx]: Run time error 19: "File or function is not found"
[07:43:54] Number of vehicle models: 0
Re: Streamer and sscanf -
Bartels - 23.07.2015
Is the VPS running linux or windows? If it's running linux you'll need to download the .so version of the plugin and add .so behind the plugin name in your server.cfg.
Also make sure the versions of the plugins match the version of your server.
Re: Streamer and sscanf -
Fancy - 23.07.2015
Quote:
Originally Posted by Bartels
Is the VPS running linux or windows? If it's running linux you'll need to download the .so version of the plugin and add .so behind the plugin name in your server.cfg.
Also make sure the versions of the plugins match the version of your server.
|
Its windows
Re: Streamer and sscanf -
Bartels - 23.07.2015
Quote:
Originally Posted by Fancy
Its windows
|
Have you confirmed both plugins are actually in your plugins folder and that they are up-to-date?
Re: Streamer and sscanf -
Fancy - 23.07.2015
Quote:
Originally Posted by Bartels
Have you confirmed both plugins are actually in your plugins folder and that they are up-to-date?
|
I have everything and placed in their right places
Re: Streamer and sscanf -
Bartels - 23.07.2015
Quote:
Originally Posted by Fancy
I have everything and placed in their right places
|
Well, you either have the wrong versions of the plugins or the wrong c++ redistributable. Those two reasons are the only ones I've ever seen cause this problem.