Server crashes players why? - 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: Server crashes players why? (
/showthread.php?tid=529932)
Server crashes players why? -
maximthepain - 04.08.2014
Hello, I'm having players who report for crashes, and as i can say i do have sometimes crashes too.
Here is the output code in the cmd..
pawn Код:
[21:13:26] HTTP[1:version.ysi.tl/index.php?c=2&v=3.09.0684:0] normal termination.
[21:13:49] Incoming connection: 127.0.0.1:56438
[21:13:49] [join] Leonardo_James has joined the server (0:127.0.0.1)
[21:13:49] New HTTP request for URL lookupffs.com/api.php?ip=127.0.0.1 and CB:OnLookupResponse
[21:13:49] In Script HTTP thread 0x2A23C78 0x8DAD3CB
What is this? how to fix it? help
Re: Server crashes players why? -
Dignity - 04.08.2014
If said crashes are occuring because of the code you provided, the issue is very self explanatory. It's because you're trying to pull their location from lookupffs.com.
Re: Server crashes players why? -
maximthepain - 04.08.2014
Quote:
Originally Posted by Mionee
If said crashes are occuring because of the code you provided, the issue is very self explanatory. It's because you're trying to pull their location from lookupffs.com.
|
Oh. I'm using the lookup.inc, the problem must be there. thanks friend!
Re: Server crashes players why? -
dirigent00 - 04.08.2014
Include like a_http or some plugins ?
Re: Server crashes players why? -
Dignity - 04.08.2014
Then it's probably an include you're using since that console log shows that you do
Re: Server crashes players why? -
maximthepain - 04.08.2014
Quote:
Originally Posted by Mionee
Then it's probably an include you're using since that console log shows that you do
|
you guys are right. yet im not understanding why this message of YSI is showing twise when opening the server:
pawn Код:
[21:48:44] ==========================================
[21:48:44] | |
[21:48:44] | A new version (v<html>
) of YSI is |
[21:48:44] | available from: |
[21:48:44] | |
[21:48:44] | [url]www.y-less.com/YSI/YSI_1.0.zip[/url] |
[21:48:44] | |
[21:48:44] ==========================================
[21:48:44]
[21:48:44] HTTP[0:version.ysi.tl/index.php?c=2&v=3.09.0684:0] normal termination.
[21:48:44]
[21:48:44] ==========================================
[21:48:44] | |
[21:48:44] | A new version (v<html>
) of YSI is |
[21:48:44] | available from: |
[21:48:44] | |
[21:48:44] | [url]www.y-less.com/YSI/YSI_1.0.zip[/url] |
[21:48:44] | |
[21:48:44] ==========================================
[21:48:44]