SA-MP Forums Archive
Could not connect to YSI - 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: Could not connect to YSI (/showthread.php?tid=275300)



Could not connect to YSI - MA_proking - 09.08.2011

Код:
[09:53:44]  ======================================= 
[09:53:44]  |                                     | 
[09:53:44]  |   Error: Could not connect to YSI   | 
[09:53:44]  |  update server (response was 003).  | 
[09:53:44]  |                                     | 
[09:53:44]  =======================================
What to do with it


Re: Could not connect to YSI - Grim_ - 09.08.2011

The current YSI SVN is down. Just ignore the error until it is fixed.


Re: Could not connect to YSI - [L3th4l] - 09.08.2011

Check the ysi topic, ****** mentioned something about the server being down. It's alright to "ignore" that message.


Re: Could not connect to YSI - MA_proking - 09.08.2011

because I can't use FS having Dialog box for example Ryder gangzone creator
Does YSI effecting it?


Re: Could not connect to YSI - [L3th4l] - 09.08.2011

It does not affect any script running, it's just a simple look up to check for updates. Does not affect anything else.


Re: Could not connect to YSI - Grim_ - 09.08.2011

YSI would not affect the loading of filterscripts as it's an include. Some filterscripts will only work if loaded first, so try loading it first through server.cfg before any others.

If that did not help, or you had no other filterscripts running, please explain in more depth what's happening. Is the filterscript added in server.cfg? Is the .amx of the filterscript inside the correct folder? Does anything print in the console saying the filterscript loaded, or could not be loaded?


Re: Could not connect to YSI - MA_proking - 09.08.2011

FS loads , its not problem
Problem is that when I select anything from dialog box nothing happens
Код:
echo Executing Server Config...
lanmode 1
rcon_password changeme
maxplayers 50
port 7777
hostname Sampserver
gamemode0 lstf 1
filterscripts LuxAdmin meve rank Gangzone bank
plugins sscanf Streamer Whirlpool 
announce 1
query 1
weburl www.sa-mp.com
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000



Re: Could not connect to YSI - Grim_ - 09.08.2011

It could be dialog ID mix-ups, or simply that that filterscript needs to be loaded first. Go through each of the scripts and make sure no dialog IDs overlap each other. If they do, simply edit them, re-compile, and restart the server.


Re: Could not connect to YSI - coolmark1995 - 31.12.2012

Quote:
Originally Posted by Grim_
Посмотреть сообщение
It could be dialog ID mix-ups, or simply that that filterscript needs to be loaded first. Go through each of the scripts and make sure no dialog IDs overlap each other. If they do, simply edit them, re-compile, and restart the server.
hey Grim I keep getting
Код:
[21:14:24]bind 184.95.34.122 [join] Mark_Hilt has joined the server (0:172.219.138.33)
[21:14:24]bind 184.95.34.122 Incoming connection: 172.219.138.33:51404
[21:14:23]bind 184.95.34.122  
[21:14:23]bind 184.95.34.122  ======================================= 
[21:14:23]bind 184.95.34.122  |                                     | 
[21:14:23]bind 184.95.34.122  |  update server (response was 003).  | 
[21:14:23]bind 184.95.34.122  |   Error: Could not connect to YSI   | 
[21:14:23]bind 184.95.34.122  |                                     | 
[21:14:23]bind 184.95.34.122  ======================================= 
[21:14:23]bind 184.95.34.122
I have tried everything to fix this but it dosent seem to work and then the commands in my server dont work because of it