SA-MP Forums Archive
YSI Problem - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: YSI Problem (/showthread.php?tid=227335)



YSI Problem - Unknown123 - 17.02.2011

What is this?

Код:
[12:30:28]  ======================================= 
[12:30:28]  |                                     | 
[12:30:28]  |   Error: Could not connect to YSI   | 
[12:30:28]  |  update server (response was 003).  | 
[12:30:28]  |                                     | 
[12:30:28]  =======================================



Re: YSI Problem - Sascha - 17.02.2011

looks as if you're using an include or fs that is sending the message....



offtopic:
The server IPs in your signature are showing only the internal / local IPs... you need to publish the external IP if you wish people to join...


Re: YSI Problem - Unknown123 - 17.02.2011

Quote:
Originally Posted by Sascha
Посмотреть сообщение
looks as if you're using an include or fs that is sending the message....



offtopic:
The server IPs in your signature are showing only the internal / local IPs... you need to publish the external IP if you wish people to join...
...Im using the YSI Include
I need to use YSI in my Include

pawn Код:
//This is what im using in my Include
Hook:Streamer_OnPlayerUpdate(playerid)
Hook:Streamer_OnGameModeInit()
Hook:Streamer_OnPlayerConnect(playerid)
Hook:Streamer_OnPlayerDisconnect(playerid, reason)
Hook:Streamer_OnPlayerSpawn(playerid)
Hook:Streamer_OnPlayerDeath(playerid, killerid, reason)
Hook:Streamer_OnRconLoginAttempt(ip[], password[], success)
Y_Hooks

[OFFTOPIC]
Yeah, i know :P it is just a little joke
[/OFFTOPIC]