SA-MP Forums Archive
Reconnect - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Русский/Russian (https://sampforum.blast.hk/forumdisplay.php?fid=32)
+---- Thread: Reconnect (/showthread.php?tid=570485)



Reconnect - DeViLsS - 10.04.2015

Как можно сделать Reconnect без сторонних программ?


Re: Reconnect - Romz - 10.04.2015

не как


Re: Reconnect - OKStyle - 11.04.2015

Бан и разбан.


Re: Reconnect - Romz - 11.04.2015

Quote:
Originally Posted by OKStyle
Посмотреть сообщение
Бан и разбан.
В таком случае игроку прийлется все равно перезаходить в игру.


Re: Reconnect - OKStyle - 11.04.2015

Нет.


Re: Reconnect - DeViLsS - 11.04.2015

ничего не получилось
pawn Код:
new ipStr[16]; new string[50];
        GetPlayerIp( playerid, ipStr, 16 );
        format(string,sizeof(string),"banip %s",ipStr);
    SendRconCommand(string);
        format(string,sizeof(string),"unbanip %s",ipStr);
    SendRconCommand(string);
    SendRconCommand("reloadbans");



Re: Reconnect - stabker - 11.04.2015

Наверное нужно пару секунд подождать после бана, чтоб соединение потерялось.

P.S. Жиесть BlockIpAddress, должна идеально подойти.


Re: Reconnect - DeViLsS - 11.04.2015

Quote:
Originally Posted by stabker
Посмотреть сообщение
P.S. Жиесть BlockIpAddress, должна идеально подойти.
Код HTML:
        new ipStr[16];
    	BlockIpAddress(ipStr, 60 * 1000);
0 реакции.


Re: Reconnect - stabker - 11.04.2015

Quote:
Originally Posted by DeViLsS
Посмотреть сообщение
Код HTML:
        new ipStr[16];
    	BlockIpAddress(ipStr, 60 * 1000);
0 реакции.
А с чего бы должна появиться реакция, если вы передаете пустой массив вместо ip'a? Если конечно все так, как вы написали.


Re: Reconnect - DartfoL - 11.04.2015

Реакция через 10 секунд будет