[AJUDA]Com um CMD de Bloquear Clгns
#4

pawn Код:
RemoveTag(name[])
{
    new
        string[21],
        ii = -1,
        st = -1,
        bool:fd;
       
    while(name[++ii])
    {
        if(name[ii] == 91)
            fd = true;
           
        if(name[ii] == 93 && fd == true)
        {
            while(name[++ii])
            {
                string[++st] = name[ii];
            }
        }
    }
    return string;
}
Isto remove a TAG do nick, exemplo [Lok] Lol vai ficar Lol, nгo sei se й isto realmente o que vocк queria mais estб ai.
Reply


Messages In This Thread
[AJUDA]Com um CMD de Bloquear Clгns - by MaGnO_357 - 11.08.2011, 08:39
Re: [AJUDA]Com um CMD de Bloquear Clгns - by Shadoww5 - 11.08.2011, 08:49
Re: [AJUDA]Com um CMD de Bloquear Clгns - by MaGnO_357 - 11.08.2011, 09:24
Re: [AJUDA]Com um CMD de Bloquear Clгns - by [S]trong - 11.08.2011, 10:00
Re: [AJUDA]Com um CMD de Bloquear Clгns - by JonathanFeitosa - 11.08.2011, 10:37
Re: [AJUDA]Com um CMD de Bloquear Clгns - by MaGnO_357 - 11.08.2011, 20:28

Forum Jump:


Users browsing this thread: 1 Guest(s)