Streamer_GetNearbyItems - 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: Streamer_GetNearbyItems (
/showthread.php?tid=630473)
Streamer_GetNearbyItems -
dakata994 - 14.03.2017
Код:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[22:05:50]
[22:05:50] Server Plugins
[22:05:50] --------------
[22:05:50] Loading plugin: irc
[22:05:50]
*** IRC Plugin v1.4.8 by Incognito loaded ***
[22:05:50] Loaded.
[22:05:50] Loading plugin: streamer
[22:05:50]
*** Streamer Plugin v2.8.2 by Incognito loaded ***
[22:05:50] Loaded.
[22:05:50] Loading plugin: dns
[22:05:50]
*** DNS Plugin v2.4 by Incognito loaded ***
[22:05:50] Loaded.
[22:05:50] Loading plugin: FileManager
[22:05:50] ******************
[22:05:50] ** FILE MANAGER **
[22:05:50] ** Loaded **
[22:05:50] ** Version 1.5 **
[22:05:50] ******************
[22:05:50] Loaded.
[22:05:50] Loading plugin: MapAndreas
[22:05:50] Loaded.
[22:05:50] Loading plugin: sscanf
[22:05:50]
[22:05:50] ===============================
[22:05:50] sscanf plugin loaded.
[22:05:50] Version: 2.8.2
[22:05:50] © 2012 Alex "******" Cole
[22:05:50] ===============================
[22:05:50] Loaded.
[22:05:50] Loading plugin: Whirlpool
[22:05:50]
[22:05:50] ==================
[22:05:50]
[22:05:50] Whirlpool loaded
[22:05:50]
[22:05:50] ==================
[22:05:50]
[22:05:50] Loaded.
[22:05:50] Loading plugin: crashdetect
[22:05:50] CrashDetect must be loaded before 'streamer.DLL'
[22:05:50] Failed.
[22:05:50] Loaded 7 plugins.
[22:05:50]
[22:05:50] Filterscripts
[22:05:50] ---------------
[22:05:50] Loading filterscript 'irc.amx'...
[22:05:50] Loaded 1 filterscripts.
[22:05:51] *** Streamer Plugin: Obsolete or invalid native "Streamer_GetNearbyItems" found (script might need to be recompiled with the latest include file)
[22:05:51] Script[gamemodes/ScavengeSurvive.amx]: Run time error 19: "File or function is not found"
[22:05:51] Number of vehicle models: 0
So, this error just shows up and server can't load.
- Streamer plugin is on latest version
- Tried other streamer versions also
- Recompiled the script alot of times.
Any fixes?
Re: Streamer_GetNearbyItems -
dakata994 - 14.03.2017
Anyone?
Re: Streamer_GetNearbyItems -
Logic_ - 15.03.2017
Basically, you're compiling your script with the old streamer include.
Re: Streamer_GetNearbyItems -
dakata994 - 15.03.2017
No, Its the latest include and plugin.
Both plugin and include from here:
https://github.com/samp-incognito/sa...ases/tag/v2.82
Re: Streamer_GetNearbyItems -
Logic_ - 15.03.2017
Are you sure you're replacing your include from where you launch your Pawno?
Re: Streamer_GetNearbyItems -
dakata994 - 15.03.2017
Yes, I am sure. Checked it like 10 times.
Re: Streamer_GetNearbyItems -
Logic_ - 15.03.2017
Recompile your gamemode, and make sure you replace your gamemodes folder in the server directory.
Re: Streamer_GetNearbyItems -
dakata994 - 15.03.2017
I did that. Gonna recompile it now again to make sure.
Re: Streamer_GetNearbyItems -
dakata994 - 15.03.2017
Nope, shows the same thing.
Re: Streamer_GetNearbyItems -
dakata994 - 15.03.2017
Bump, help.