SA-MP Forums Archive
Help me i cant Start my 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: Help me i cant Start my Server (/showthread.php?tid=643907)



Help me when you help me i will rep you - gabrielgucila - 30.10.2017




Re: Help Me Here Please - gabrielgucila - 30.10.2017

https://imgur.com/a/sHxkd


Re: Help me i cant Start my Server - Zeth - 30.10.2017

Paste the server log here.


Re: Help me i cant Start my Server - gabrielgucila - 30.10.2017

Okay sir please wait


Re: Help me i cant Start my Server - gabrielgucila - 30.10.2017

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[30/10/2017 07:16:00]
[30/10/2017 07:16:00] Server Plugins
[30/10/2017 07:16:00] --------------
[30/10/2017 07:16:00] Loading plugin: streamer.so
[30/10/2017 07:16:00]

*** Streamer Plugin v2.7.2 by Incognito loaded ***

[30/10/2017 07:16:00] Loaded.
[30/10/2017 07:16:00] Loading plugin: sscanf.so
[30/10/2017 07:16:00]

[30/10/2017 07:16:00] ===============================

[30/10/2017 07:16:00] sscanf plugin loaded.

[30/10/2017 07:16:00] Version: 2.8.1

[30/10/2017 07:16:00] © 2012 Alex "******" Cole

[30/10/2017 07:16:00] ===============================

[30/10/2017 07:16:00] Loaded.
[30/10/2017 07:16:00] Loading plugin: socket.so
[30/10/2017 07:16:00] Socket plugin v0.1b loaded.
[30/10/2017 07:16:00] Loaded.
[30/10/2017 07:16:00] Loaded 3 plugins.

[30/10/2017 07:16:00] I couldn't load any gamemode scripts. Please verify your server.cfg
[30/10/2017 07:16:00] It needs a gamemode0 line at the very least.

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[30/10/2017 07:16:43]
[30/10/2017 07:16:43] Server Plugins
[30/10/2017 07:16:43] --------------
[30/10/2017 07:16:43] Loading plugin: streamer.so
[30/10/2017 07:16:43]

*** Streamer Plugin v2.7.2 by Incognito loaded ***

[30/10/2017 07:16:43] Loaded.
[30/10/2017 07:16:43] Loading plugin: sscanf.so
[30/10/2017 07:16:43]

[30/10/2017 07:16:43] ===============================

[30/10/2017 07:16:43] sscanf plugin loaded.

[30/10/2017 07:16:43] Version: 2.8.1

[30/10/2017 07:16:43] © 2012 Alex "******" Cole

[30/10/2017 07:16:43] ===============================

[30/10/2017 07:16:43] Loaded.
[30/10/2017 07:16:43] Loading plugin: socket.so
[30/10/2017 07:16:43] Socket plugin v0.1b loaded.
[30/10/2017 07:16:43] Loaded.
[30/10/2017 07:16:43] Loaded 3 plugins.

[30/10/2017 07:16:43]
[30/10/2017 07:16:43] Filterscripts
[30/10/2017 07:16:43] ---------------
[30/10/2017 07:16:43] Loading filterscript 'gm_custmapping.amx'...
[30/10/2017 07:16:43] Unable to load filterscript 'gm_custmapping.amx'.
[30/10/2017 07:16:43] Loaded 0 filterscripts.

[30/10/2017 07:16:44] *** Streamer Plugin: Warning: Include file version (0x291) does not match plugin version (0x27201) (script might need to be recompiled with the latest include file)
[30/10/2017 07:16:44] Script[gamemodes/jessie.amx]: Run time error 19: "File or function is not found"
[30/10/2017 07:16:44] Number of vehicle models: 0


Re: Help me i cant Start my Server - Zeth - 30.10.2017

Download the latest streamer from here and put the .inc in includes folder inside pawno and put .dll and .so in plugins folder.
Make sure to compile the script again after you have replaced the .inc inside pawno/includes.


Re: Help me i cant Start my Server - gabrielgucila - 30.10.2017

Like this ? streamer.inc


Re: Help me i cant Start my Server - Zeth - 30.10.2017

Yes put
1. streamer.inc in pawno/includes folder
2. streamer.dll and streamer.so in plugins folder
3. Compile the script again.


Re: Help me i cant Start my Server - gabrielgucila - 30.10.2017




Re: Help me i cant Start my Server - LovelySoomro - 30.10.2017

Quote:
Originally Posted by Debjit
Посмотреть сообщение
Download the latest streamer from here and put the .inc in includes folder inside pawno and put .dll and .so in plugins folder.
Make sure to compile the script again after you have replaced the .inc inside pawno/includes.