SA-MP Forums Archive
Problem during connection - 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: Problem during connection (/showthread.php?tid=439908)



Problem during connection - Imperealist - 27.05.2013

Such problem. I decided to start old fashions, the last start was on the version 0.3e (or what there to 0.3x was). In general a problem that on 0.3x at spawn I receive it - http://prntscr.com/16xl3u

P.S.
1. The problem repeated on 2 computers.
2. I made the following:
Код:
public OnPlayerConnect (playerid)
{
        SendClientMessage (playerid, COLOR_YELLOW, "* 1! ");
...
}
Doesn't fulfill!

Help please, thanks!


Re: Problem during connection - DobbysGamertag - 27.05.2013

Start the server and look in your client. Should tell you the server version. Then compare it to your client version. If they don't match update your client Otherwise, check samp.ban file, check the filterscripts/gamemodes for anything that could be causing it to drop connection with you.


Re: Problem during connection - Imperealist - 27.05.2013

Just in case the server and the client updated, recompiled. FS isn't connected, plug-ins everything are updated, the server turns on normally, without mistakes, but during connection the same nonsense!


Re: Problem during connection - DobbysGamertag - 27.05.2013

Is it printing to console when you connect?


Re: Problem during connection - Imperealist - 27.05.2013

[20:28:40] Incoming connection: 127.0.0.1:64282
[20:28:41] [join] admin has joined the server (0:127.0.0.1)
[20:28:41] [part] admin has left the server (0:2)
[20:28:56] Incoming connection: 127.0.0.1:64283
[20:28:56] [join] admin has joined the server (0:127.0.0.1)
[20:28:56] [part] admin has left the server (0:2)


Re: Problem during connection - DobbysGamertag - 27.05.2013

You're connecting then. Is there anything in the OnPlayerConnect function? a timer? Kick(playerid) etc?


Re: Problem during connection - Imperealist - 27.05.2013

Quote:
Originally Posted by Imperealist
Посмотреть сообщение
P.S.
1. The problem repeated on 2 computers.
2. I made the following:
Код:
public OnPlayerConnect (playerid)
{
        SendClientMessage (playerid, COLOR_YELLOW, "* 1! ");
...
}
Doesn't fulfill!
In OnPlayerConnect there is Kick use, but sense in that that the conclusion the message is the first that I do, but it isn't removed, all means also the subsequent isn't carried out!


Re: Problem during connection - Imperealist - 29.05.2013

Up!
Help pls!