Novidades

11 agosto 2010

Yaplo_Rock

Tutorial colocando Nicks proibidos

Aprenda á colocar Nicks proibidos no seu server


Primeiramente, cole isto no topo do GM:



//O Nome dos nicks proibidos, eu já coloquei alguns, edite á vontade

new NicksProibidos[][MAX_PLAYER_NAME] ={
"[HomeHots","[YaploRock","[Stakline","homehots owna",
"www.homehots.net","Tutorial","ByYaplo","com5","com6",
"Visite HomeHots.net"
};




Tambem no topo cole isto:

new Security = 0;

No OnPlayerConnect cole isto:

  new fulano_entrou[256];

GetPlayerName(playerid,fulano_entrou,256);
if(Security != 0)
{
SendClientMessage(playerid, COLOR_YELLOW, "Você deve cumprir as regras");
Kick(playerid);
return 1;
}
for(new i; i {
if(strcmp(NicksProibidos[i],fulano_entrou,true)==0)
{
SendClientMessage(playerid,COLOR_YELLOW,"Você foi banido [Visite www.homehots.net]");
Ban(playerid);
}
}

E é só, esse tutorial eu aprendi com outro tutorial '-'

Tutorial By: Yaplo Rock

Subscribe to this Blog via Email :