[DUV] Ajuda no IP e Ban por Nick
#4

Cara Colocar Tudo em um File vai dar um Lag Desgraзado,Coloca Separadinho em uma Pasta dai sу usa fexist
Aqui meu Exemplo:

Em Ban:
pawn Код:
new plrIP[16];
GetPlayerIp(playerid, plrIP, sizeof(plrIP));
if(!strcmp(plrIP, "127.0.0.1"))
dini_Create(plrIP);
Em OnPlayerConnect
pawn Код:
new plrIP[16];
GetPlayerIp(playerid, plrIP, sizeof(plrIP));
if(fexist(plrIP))
{
//You Are Banned From This Server
Kick(playerid);
}
Reply


Messages In This Thread
[DUV] Ajuda no IP e Ban por Nick - by hellangel - 13.08.2010, 18:22
Re: [DUV] Ajuda no IP e Ban por Nick - by hellangel - 13.08.2010, 22:16
Re: [DUV] Ajuda no IP e Ban por Nick - by sergio_xd - 13.08.2010, 22:18
Re: [DUV] Ajuda no IP e Ban por Nick - by ipsBruno - 13.08.2010, 22:29
Re: [DUV] Ajuda no IP e Ban por Nick - by sergio_xd - 13.08.2010, 23:16
Re: [DUV] Ajuda no IP e Ban por Nick - by ipsBruno - 14.08.2010, 00:32
Re: [DUV] Ajuda no IP e Ban por Nick - by hellangel - 14.08.2010, 00:36
Re: [DUV] Ajuda no IP e Ban por Nick - by sergio_xd - 14.08.2010, 18:18
Re: [DUV] Ajuda no IP e Ban por Nick - by hellangel - 14.08.2010, 20:02
Re: [DUV] Ajuda no IP e Ban por Nick - by sergio_xd - 14.08.2010, 21:52

Forum Jump:


Users browsing this thread: 1 Guest(s)