Being kicked from my own server?
#5

Quote:
Originally Posted by Facerafter
Посмотреть сообщение
Not sure what else it could be.

You could try this:
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    switch(dialogid)
    {
        case D_REG:
        {
            new string[128];
            if(response == 0)
            {
                print("Kicking player");
                Kick(playerid);
            }
And than test it, than you could find out the origin of the problem.
If it gets printed its here if not its somewere else.
I did that and the print message didn't show. I also commented out every single instance of the Kick(playerid); function in my script and it still closes the connection. Really weird.
Reply


Messages In This Thread
Being kicked from my own server? - by Derexi - 02.01.2015, 12:14
Re: Being kicked from my own server? - by Facerafter - 02.01.2015, 12:15
Re: Being kicked from my own server? - by Derexi - 02.01.2015, 12:18
Re: Being kicked from my own server? - by Facerafter - 02.01.2015, 12:27
Re: Being kicked from my own server? - by Derexi - 02.01.2015, 13:16
Re: Being kicked from my own server? - by biker122 - 02.01.2015, 13:45

Forum Jump:


Users browsing this thread: 1 Guest(s)