Ajuda.
#6

Fiz o cуdigo do Nick correto pra vocк, isto deve resolver o seu problema, jб a outra parte eu nгo entendi

pawn Код:
public OnPlayerConnect(playerid)
{
    new NickPlayer[MAX_PLAYER_NAME], xD;
    GetPlayerName(playerid, NickPlayer, sizeof(NickPlayer));
    for(new x = 0; x < sizeof(NickPlayer); x++)
    {
        if(NickPlayer[x] == '_')
        {
            if(GetPVarInt(playerid,"AchouUnderline") != 10)
            {
                xD = x;
                SetPVarInt(playerid, "AchouUnderline", 10);
            }
            else if(GetPVarInt(playerid,"AchouUnderline") == 10)
            {
                if(NickPlayer[x] = '_' && x != xD)
                {
                    SendClientMessage(playerid, 0xFFFFFFAA, "Format Correto: Nome_Nome");
                    Kick(playerid);
                }
            }
        }
    }
    return 1;
}

Espero ter ajudado
Reply


Messages In This Thread
Ajuda. - by Domozinho - 20.02.2011, 14:52
Re: Ajuda. - by Power_GamerX - 20.02.2011, 14:55
Re: Ajuda. - by steki. - 20.02.2011, 15:00
Re: Ajuda. - by Domozinho - 20.02.2011, 15:05
Re: Ajuda. - by ViniBorn - 20.02.2011, 15:09
Re: Ajuda. - by rjjj - 20.02.2011, 15:15
Re: Ajuda. - by Domozinho - 20.02.2011, 16:14
Re: Ajuda. - by Domozinho - 21.02.2011, 18:41
Re: Ajuda. - by Ricop522 - 21.02.2011, 21:11
Re: Ajuda. - by Domozinho - 22.02.2011, 19:57

Forum Jump:


Users browsing this thread: 3 Guest(s)