[Ajuda]Nicks
#5

pawn Код:
public OnPlayerConnect(playerid)
{
  new pRpnames[MAX_PLAYER_NAME];
  GetPlayerName(playerid, pRpnames, sizeof(pRpnames));
  new RpNames = strfind(pRpnames, "_", true);
    if(RpNames == -1)
    {
        SendClientMessage(playerid, 0xFF0000AA, "((Vocк foi kikado por nгo usar o formato de nome adequado: Nome_Sobrenome))");
        Kick(playerid);
        return 1;
    }
  return 1;
}
Reply


Messages In This Thread
[Ajuda]Nicks - by keller012 - 30.12.2010, 15:43
Re: [Ajuda]Nicks - by vinewood - 30.12.2010, 15:46
Re: [Ajuda]Nicks - by Macintosh - 30.12.2010, 15:56
Re: [Ajuda]Nicks - by vinewood - 30.12.2010, 16:05
Re: [Ajuda]Nicks - by Katros - 30.12.2010, 16:07
Re: [Ajuda]Nicks - by Black Sσldiєя - 30.12.2010, 16:58
Respuesta: [Ajuda]Nicks - by ipsBruno - 30.12.2010, 18:02

Forum Jump:


Users browsing this thread: 1 Guest(s)