SA-MP Forums Archive
what wrong with this ? - 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: what wrong with this ? (/showthread.php?tid=530384)



what wrong with this ? - warlord321 - 06.08.2014

pawn Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z, (C)2005-2014 SA-MP Team

[05:04:17]
[05:04:17] Server Plugins
[05:04:17] --------------
[05:04:17]  Loading plugin: streamer.so
[05:04:17]

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

[05:04:17]   Loaded.
[05:04:17]  Loading plugin: sscanf.so
[05:04:17]

[05:04:17]  ===============================

[05:04:17]       sscanf plugin loaded.    

[05:04:17]    (c) 2009 Alex "******" Cole

[05:04:17]    0.3d-R2 500 Players "dnee"

[05:04:17]  ===============================

[05:04:17]   Loaded.
[05:04:17]  Loading plugin: audio.so
[05:04:17]
*** Audio Plugin v0.4 by Incognito loaded ***

[05:04:17]   Loaded.
[05:04:17]  Loaded 3 plugins.

[05:04:27]
[05:04:27] Filterscripts
[05:04:27] ---------------
[05:04:27]   Loading filterscript 'animations.amx'...
[05:04:27]   Unable to load filterscript 'animations.amx'.
[05:04:27]   Loading filterscript 'buttons.amx'...
[05:04:27]   Loading filterscript 'boombox.amx'...
[05:04:27]   Loading filterscript 'bar.amx'...
[05:04:27] Progress Bar Creator by Flavio Toribio loaded
[05:04:27]   Loading filterscript 'Anims1.amx'...
[05:04:27]   Unable to load filterscript 'Anims1.amx'.
[05:04:27]   Loading filterscript 'Neon.amx'...
[05:04:27]   Loaded 4 filterscripts.

[05:04:27] *** Streamer Plugin: Include file version (0x26105) does not match plugin version (0x26104) (script needs to be recompiled with the latest include file)
[05:04:27] Script[gamemodes/RP3testBBfixed.amx]: Run time error 19: "File or function is not found"
[05:04:27] Number of vehicle models: 0
dont say if i need to update all plugin


Re: what wrong with this ? - PawelQ - 06.08.2014

Код HTML:
[05:04:27] *** Streamer Plugin: Include file version (0x26105) does not match plugin version (0x26104) (script needs to be recompiled with the latest include
Use same version of include and plugin


Re: what wrong with this ? - ViniBorn - 06.08.2014

Put this


Re: what wrong with this ? - Steel_ - 06.08.2014

Update your streamer plugin then in your server.cfg add plugins streamer (under filterscripts) this will fix the run time error 19


Re: what wrong with this ? - Beckett - 06.08.2014

Download a new streamer version mate.


Re: what wrong with this ? - Gogorakis - 06.08.2014

Update your streamer include and plugin


Re: what wrong with this ? - warlord321 - 07.08.2014

still same bro, am already try at my pc windows, and my vps linux

pawn Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z, (C)2005-2014 SA-MP Team

[11:33:08]
[11:33:08] Server Plugins
[11:33:08] --------------
[11:33:08]  Loading plugin: streamer
[11:33:08]

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

[11:33:08]   Loaded.
[11:33:08]  Loading plugin: sscanf
[11:33:08]

[11:33:08]  ===============================

[11:33:08]       sscanf plugin loaded.    

[11:33:08]          Version:  2.8.1        

[11:33:08]    (c) 2012 Alex "******" Cole  

[11:33:08]  ===============================

[11:33:08]   Loaded.
[11:33:08]  Loading plugin: audio
[11:33:08]

*** Audio Plugin v0.4 by Incognito loaded ***


[11:33:08]   Loaded.
[11:33:08]  Loading plugin: iTD
[11:33:08]
* iTD Plugin loaded. (Support for textdraw editor mouse/keyboard)

[11:33:08]   Loaded.
[11:33:08]  Loaded 4 plugins.

[11:33:08]
[11:33:08] Filterscripts
[11:33:08] ---------------
[11:33:08]   Loading filterscript 'buttons.amx'...
[11:33:08]   Loading filterscript 'boombox.amx'...
[11:33:08]   Loaded 2 filterscripts.

[11:33:08] Script[gamemodes/LGRP.amx]: Run time error 19: "File or function is not found"
[11:33:08] Number of vehicle models: 0
[11:33:11] --- Server Shutting Down.
[11:33:11]

*** Streamer Plugin v2.6.1 by Incognito unloaded ***

[11:33:11]

[11:33:11]  ===============================

[11:33:11]      sscanf plugin unloaded.    

[11:33:11]  ===============================

[11:33:11]

*** Audio Plugin v0.4 by Incognito unloaded ***


[11:33:11] * iTD Plugin unloaded.



Re: what wrong with this ? - Frezemis - 07.08.2014

Try using the Nativechecker plugin to see what the issue is. It'll give a better explanation of why you server isn't starting.