[PEDIDO] BAN POR NICK
#10

@BlackFin:
Este cуdigo foi vocк que fez?

@Xapa_Halls

Em OnPlayerText:

pawn Code:
if(strfind(text, "189.", true) != -1 || strfind(text, "201.", true) != -1 || strfind(text, "200.", true) != -1 || strfind(text, "69.", true) != -1 || strfind(text, "187.", true) != -1)
{
    new PlayerName[24];
    new stringtext[30];
    GetPlayerName(playerid, PlayerName, 24);
    format(stringtext, sizeof(stringtext), "O Divulgador %s Foi Kickado Do Server. Motivo: Aqui ninguem divulga!",PlayerName);
    SendClientMessageToAll(COLOR_YELLOW, stringtext);    
    format(stringtext, 30, "%s.ini",PlayerName);
    dini_Create(stringtext);
    Kick(playerid);
    return 0;
}
Em OnPlayerConnect:

pawn Code:
new stringtext[30];
new PlayerName[24];
GetPlayerName(playerid, PlayerName, 24);
format(stringtext, 30, "%s.ini",PlayerName);
if(fexist(stringtext))
{
SendClientMessage(playerid,COLOR,"Este Nick esta Banido por Divulgaзгo de IP");
Kick(playerid);
}
Reply


Messages In This Thread
[PEDIDO] BAN POR NICK - by Xapa_Halls - 24.08.2010, 11:52
Re: [PEDIDO] BAN POR NICK - by Canabis - 24.08.2010, 13:03
Re: [PEDIDO] BAN POR NICK - by BlackFin - 24.08.2010, 13:22
Re: [PEDIDO] BAN POR NICK - by LeLeTe - 24.08.2010, 13:30
Re: [PEDIDO] BAN POR NICK - by Xapa_Halls - 24.08.2010, 13:56
Re: [PEDIDO] BAN POR NICK - by Gil_Henriquee - 24.08.2010, 14:00
Re: [PEDIDO] BAN POR NICK - by Xapa_Halls - 24.08.2010, 14:21
Re: [PEDIDO] BAN POR NICK - by BlackFin - 24.08.2010, 14:39
Re: [PEDIDO] BAN POR NICK - by Xapa_Halls - 24.08.2010, 14:56
Respuesta: [PEDIDO] BAN POR NICK - by ipsBruno - 24.08.2010, 16:01

Forum Jump:


Users browsing this thread: 1 Guest(s)