SA-MP Forums Archive
[AJUDA]Anti Bad Nick +rep - 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: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA]Anti Bad Nick +rep (/showthread.php?tid=334751)



[AJUDA]Anti Bad Nick +rep - .ThePro - 15.04.2012

RESOLVEU!


Re: [AJUDA]Anti Bad Nick +rep - BreakDriFT - 15.04.2012

Qual filter script de Admin voce Usa ?

Ja passei por isso , os fs de admin da conflito com os ant mal bot, fazendo assim seu server congelar.


Re: [AJUDA]Anti Bad Nick +rep - .ThePro - 15.04.2012

Quote:
Originally Posted by BreakDriFT
View Post
Qual filter script de Admin voce Usa ?

Ja passei por isso , os fs de admin da conflito com os ant mal bot, fazendo assim seu server congelar.
й baseado nesse > https://sampforum.blast.hk/showthread.php?tid=281631


Re: [AJUDA]Anti Bad Nick +rep - BreakDriFT - 15.04.2012

pawn Code:
new Bots[MAX_PLAYER_NAME];
    GetPlayerName(playerid, Bots, MAX_PLAYER_NAME);
    if(!strcmp("con", Bots, true) || !strcmp("aux", Bots, true) || !strcmp("prn", Bots, true))
{
    SetPlayerName(playerid, "TomaPiranha"), SendClientMessage(playerid, -1,"Mais uma Piranha banida uhul.");
    Ban(playerid);
    return true;
}
Tenta ae coloque no seu gm onplayerconnect , e entre com nick bot .


Re: [AJUDA]Anti Bad Nick +rep - .ThePro - 15.04.2012

Quote:
Originally Posted by BreakDriFT
View Post
pawn Code:
new Bots[MAX_PLAYER_NAME];
    GetPlayerName(playerid, Bots, MAX_PLAYER_NAME);
    if(!strcmp("con", Bots, true) || !strcmp("aux", Bots, true) || !strcmp("prn", Bots, true))
{
    SetPlayerName(playerid, "TomaPiranha"), SendClientMessage(playerid, -1,"Mais uma Piranha banida uhul.");
    Ban(playerid);
    return true;
}
Tenta ae coloque no seu gm onplayerconnect , e entre com nick bot .
Certinho, +rep


Re: [AJUDA]Anti Bad Nick +rep - BreakDriFT - 15.04.2012

Thx Man!

Lenbrando Para Adicionar mais ,
pawn Code:
if(!strcmp("con", Bots, true) || !strcmp("aux", Bots, true) || !strcmp("con1", Bots, true) || !strcmp("prn", Bots, true))
Observe a linha acima.


Re: [AJUDA]Anti Bad Nick +rep - Ricop522 - 15.04.2012

deleteplz