[Ajuda] Remover o _ do nomes in game
#2

@Edit Tуpico errado

Vб em onPlayerconnect


lб deve ter algo mais ou menos como isso:

Код:
	if(strfind(PlayerName(playerid), "lixo", true) != -1 || strfind(PlayerName(playerid), "buceta", true) != -1 || strfind(PlayerName(playerid), "caralho", 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), "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), "amx", true) != -1 || strfind(PlayerName(playerid), "prn", true) != -1)
	{
    SendClientMessage(playerid, COLOR_LIGHTBLUE, "Vocк Foi Kickado por usar algum nome incorreto!");
    SendClientMessage(playerid, COLOR_LIGHTBLUE, "Troque-o e volte, Obrigado.");
    format(gstring,64,OpenAccPlayer,PlayerName(playerid));
    Kick(playerid);
    fremove(gstring);
    return true;
 	}
pegue oque estб no seu gamemode e poste-o aqui ou subistitua-o por esse acima e acredito que resolvera o seu problema!
Reply


Messages In This Thread
Remover o _ do nomes in game - by CaioMors - 27.06.2014, 17:12
Re: Remover o _ do nomes in game - by 4G4M3N0M - 27.06.2014, 17:14
Re: Remover o _ do nomes in game - by CaioMors - 27.06.2014, 17:23
Re: Remover o _ do nomes in game - by UPsamp - 27.06.2014, 17:32
Re: Remover o _ do nomes in game - by CaioMors - 27.06.2014, 17:33
Re: Remover o _ do nomes in game - by UPsamp - 27.06.2014, 17:39
Re: Remover o _ do nomes in game - by CaioMors - 27.06.2014, 17:46
Re: Remover o _ do nomes in game - by UPsamp - 27.06.2014, 17:48

Forum Jump:


Users browsing this thread: 2 Guest(s)