[Pedido] Bloquear ID
#2

Nгo tem como.

Pode atй bloquear o ID porйm ninguйm conseguira entrar em seu servidor(dependendo do ID).

Exemplo.

pawn Код:
public OnPlayerConnect(playerid) {

    if (playerid == 0 ) {
   
        SendClientMessage(0, -1, "O ID 0 esta bloqueado!");
        Kick(0);
        return 1;
    }

    return 1;
}
Reply


Messages In This Thread
Bloquear ID - by DownGrade - 03.02.2014, 20:05
Re: Bloquear ID - by Gii - 03.02.2014, 20:07
Re: Bloquear ID - by Delete_ - 03.02.2014, 20:12
Re: Bloquear ID - by DownGrade - 03.02.2014, 20:23
Re: Bloquear ID - by kevinho.007 - 03.02.2014, 22:36
Re: Bloquear ID - by Kmatsu - 03.02.2014, 22:43
Re: Bloquear ID - by Gii - 03.02.2014, 22:58
Re: Bloquear ID - by Kmatsu - 03.02.2014, 23:49

Forum Jump:


Users browsing this thread: 2 Guest(s)