SA-MP Forums Archive
Server: Retrieving Info - 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: Server: Retrieving Info (/showthread.php?tid=446182)



Server: Retrieving Info - Ryan McDuff - 24.06.2013

I turn on my server and add it to my list, but it just says (Retrieving info). At the top of my script it has a list of includes that I need, so I put them all in my includes folder, which are these:

Quote:

#include <a_samp>
#include <streamer>
#include <a_zones>
#include <foreach>
#include <yom_buttons>
#include <djson>
#include <progress>
#include <YSI\y_timers>
#include <ZCMD>
#include <sscanf2>
#include <removebuilding_fix>
#include <fire2>

Those are all now in my includes folder, but I'm still not sure why my server says retrieving info. Is there a plugin I am missing or something? If so, how do I find out which plugin I'm missing?


Re: Server: Retrieving Info - Kevin Frankenberger - 24.06.2013

Check your server.log.


Re: Server: Retrieving Info - Ryan McDuff - 24.06.2013

*** Streamer Plugin: Warning Include file version (0x26104) does not match plugin (0x26105) (script might need to be recompiled with latest include file)


Re: Server: Retrieving Info - lsfmd - 24.06.2013

So download streamer, put the new include in your includes file, Compile, upload it and the updated plugin.


Re: Server: Retrieving Info - Ryan McDuff - 24.06.2013

Quote:
Originally Posted by lsfmd
Посмотреть сообщение
So download streamer, put the new include in your includes file, Compile, upload it and the updated plugin.
Compile each of the plugins, and use streamer.dll since I'm using windows?


Re: Server: Retrieving Info - Ryan McDuff - 24.06.2013

Compile each of the includes I meant* Then just put them back in the folder?


Re: Server: Retrieving Info - Red_Dragon. - 24.06.2013

Compile the script not the includes. Get the latest version of streamer plugin AND the include and place each one in it's correct directory and re-compile (by pressing F5 while you're opening your script in pawno).


Re: Server: Retrieving Info - Ryan McDuff - 24.06.2013

I am using windows, and on my .cfg I changed the .so on my plugins to .dll, but whenever I update them and then come back, its sets itself back to .so

Quote:

plugins streamer.so sscanf.so




Re: Server: Retrieving Info - OpticKiller - 24.06.2013

Ryan update your streamer. include/plugin then recompile your gamemode