05.03.2014, 22:07
Boa noite, estou com um problema no nick ao entrar,o jogador й automaticamente kikado se nгo colocar um segundo
nome. gostaria tambйm que ao entrar houvesse diferenciaзхes de tamanho exemplo:
se eu colocar NICK com letras maiъsculas o jogador entra como conta registrada
se um ouro jogador entrar como Nick de apenas uma letra maiъsculas ira aparecer a mesma conta do outro.
nгo quero que isto ocorra e nгo encontro algo correto falando do assunto. se alguйm puder ajudar ficarei grato.
nome. gostaria tambйm que ao entrar houvesse diferenciaзхes de tamanho exemplo:
se eu colocar NICK com letras maiъsculas o jogador entra como conta registrada
se um ouro jogador entrar como Nick de apenas uma letra maiъsculas ira aparecer a mesma conta do outro.
nгo quero que isto ocorra e nгo encontro algo correto falando do assunto. se alguйm puder ajudar ficarei grato.
Код:
if(IsPlayerNPC(playerid)){SpawnPlayer(playerid);return true;} IPlog(playerid); if(strfind(PlayerName(playerid), "_", true) == -1 || strfind(PlayerName(playerid), "[", true) != -1 || strfind(PlayerName(playerid), "]", true) != -1 || strfind(PlayerName(playerid), "lixo", true) != -1 || strfind(PlayerName(playerid), "buceta", true) != -1 || strfind(PlayerName(playerid), "caralho", true) != -1 || strfind(PlayerName(playerid), "[", true) != -1 || strfind(PlayerName(playerid), "server", true) != -1 || strfind(PlayerName(playerid), "servidor", true) != -1 || strfind(PlayerName(playerid), "crash", true) != -1 || strfind(PlayerName(playerid), "bpl", true) != -1 || strfind(PlayerName(playerid), "gamerx", true) != -1 || strfind(PlayerName(playerid), "[", true) != -1 || strfind(PlayerName(playerid), "189", true) != -1 || strfind(PlayerName(playerid), "201", true) != -1 || strfind(PlayerName(playerid), "200", true) != -1 || strfind(PlayerName(playerid), ".", true) != -1 || strfind(PlayerName(playerid), "*", true) != -1 || strfind(PlayerName(playerid), "(", true) != -1 || strfind(PlayerName(playerid), ")", true) != -1 || strfind(PlayerName(playerid), "@", true) != -1 || strfind(PlayerName(playerid), "amx", true) != -1 || strfind(PlayerName(playerid), "prn", true) != -1 || strfind(PlayerName(playerid), "__", true) != -1){ SendClientMessage(playerid, COLOR_LIGHTBLUE, "Vocк Foi Kickado por usar algum nome incorreto!"); SendClientMessage(playerid, COLOR_LIGHTBLUE, "Seu nome deve ser no formato Nome_Sobrenome Ex: Guru_Josh"); SendClientMessage(playerid, COLOR_LIGHTBLUE, "Troque-o e volte, Obrigado."); format(gstring,64,"Contas/%s.ini",PlayerName(playerid));Kick(playerid);fremove(gstring);return true;}