SA-MP Forums Archive
[Ajuda] to sendo banido :S - 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] to sendo banido :S (/showthread.php?tid=305959)



[Ajuda] to sendo banido :S - leosivi - 24.12.2011

tipo deu td certo aki mas qnd eu entro com 1342 sou banido
alguem pode me ajudar
por favor
Agradeзo....


Re: to sendo banido :S - DrTHE - 24.12.2011

pode ser que o servidor considera esse nick "bad"

@magnus ninja


Re: to sendo banido :S - Kuddy - 24.12.2011

Quote:
Originally Posted by leosivi
Посмотреть сообщение
tipo deu td certo aki mas qnd eu entro com 1342 sou banido
alguem pode me ajudar
por favor
Agradeзo....
Que bom.

Detalhar o problema nada nй?


Re: to sendo banido :S - Mr_Taxi - 24.12.2011

Nao entendi nada doq vc disse O.o
Explica melhor ae...
Quando vc entra no Servidor com o Nick 1342 vc й Banido ?


Re: to sendo banido :S - Kmatsu - 24.12.2011

acho que quando ele pega admin 1342, ele й banido...


Re: to sendo banido :S - Victor Cesaroni - 24.12.2011

pawn Код:
//Procura por
if(PlayerInfo[playerid][pAdmin] >= 1341)
{
    SBan(playerid, "Admin maior que 1340", "Automбtico");
}

// ou

if(PlayerInfo[playerid][pAdmin] < 1341)
{
    SBan(playerid, "Admin maior que 1341", "Automбtico");
}


// e coloca

if(PlayerInfo[playerid][pAdmin] >= 1343)
{
    SBan(playerid, "Admin maior que 1342", "Automбtico");
}