SA-MP Forums Archive
Problem with start server - 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: Problem with start server (/showthread.php?tid=499040)



Problem with start server - resobatata - 06.03.2014

please help me guys i have windows server 2012R2. On windows 7 its working

SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team

[15:19:07] filterscripts = "" (string)
[15:19:07]
[15:19:07] Server Plugins
[15:19:07] --------------
[15:19:07] Loading plugin: sscanf
[15:19:07] Failed.
[15:19:07] Loading plugin: streamer
[15:19:07] Failed.
[15:19:07] Loaded 0 plugins.

[15:19:07]
[15:19:07] Ban list
[15:19:07] --------
[15:19:07] Loaded: samp.ban
[15:19:07]
[15:19:07]
[15:19:07] Filterscripts
[15:19:07] ---------------
[15:19:07] Loaded 0 filterscripts.

[15:19:07] Script[gamemodes/HighSpeedDrivers.amx]: Run time error 19: "File or function is not found"
[15:19:07] Number of vehicle models: 0
[15:19:09] --- Server Shutting Down.


Re: Problem with start server - iggy1 - 06.03.2014

You don't have the streamer or sscanf plugin in your plugins folder by the looks of it.


Re: Problem with start server - resobatata - 06.03.2014

i have it


Re: Problem with start server - iggy1 - 06.03.2014

Do you have the correct versions for your OS the .DLL (windows) and .SO (LINUX)?


Re: Problem with start server - resobatata - 06.03.2014

yes. you read first post ? i write its working on windows 7.


Re: Problem with start server - iggy1 - 06.03.2014

Quote:
Originally Posted by resobatata
Посмотреть сообщение
yes. you read first post ? i write its working on windows 7.
Yes i read the first post, nowhere does it say which version of the plugin (.so .dll) you have in the plugins folder on win server.

I have never tested any plugins on win server but maybe you have to affix the plugins extension in server.cfg.

Код:
streamer.dll sscanf.dll



Re: Problem with start server - resobatata - 06.03.2014

i do this but its not working


Re: Problem with start server - GalaxyHostFree - 06.03.2014

@resobatata

Can you show us here your server.cfg?


Re: Problem with start server - resobatata - 06.03.2014

echo Executing Server Config...
lanmode 0
rcon_password yourpw
maxplayers 50
port 7777
hostname SA-MP 0.3 Server
gamemode0 HighSpeedDrivers
filterscripts
plugins sscanf streamer
announce 1
query 1
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]


Re: Problem with start server - resobatata - 06.03.2014

Quote:
Originally Posted by resobatata
Посмотреть сообщение
i do this but its not working
i already write here