[Pedido] Nick RPG
#8

Tenta
pawn Code:
new pName[MAX_PLAYER_NAME];
    GetPlayerName(playerid, pName, MAX_PLAYER_NAME);        
    if(strfind(pName, "_", true) == -1)
    {
        new string[126];
        format(string, 256, "%s foi kickado pelo servidor. | Motivo: Nome RPG Invбlido (Ex. Nome_Sobrenome).", pName);
        SendClientMessageToAll(-1, string);        
        Kick(playerid);
        return 1;
    }
Reply


Messages In This Thread
Nick RPG - by Rijin - 27.08.2012, 14:54
Re: Nick RPG - by Douglas_prt - 27.08.2012, 14:59
Re: Nick RPG - by Rijin - 27.08.2012, 15:01
Re: Nick RPG - by Dolby - 27.08.2012, 15:01
Re: Nick RPG - by Douglas_prt - 27.08.2012, 15:02
Re: Nick RPG - by Rijin - 27.08.2012, 15:07
Re: Nick RPG - by Rijin - 27.08.2012, 15:27
Re: Nick RPG - by Ley - 27.08.2012, 15:30
Re: Nick RPG - by Rijin - 27.08.2012, 15:48
Re: Nick RPG - by Ley - 27.08.2012, 15:49

Forum Jump:


Users browsing this thread: 1 Guest(s)