[Pedido] Chat normal con uno de entorno.
#8

Podrнas hacer asн:

pawn Код:
stock reemplazarColores(src[], firstColor[], secondaryColor[], character)
 {
    new bool:usingSecondaryColor = false;
    for(new i; i<strlen(src);i++)
    {
        if (src[i]==character)
        {
            // invertir color
            usingSecondaryColor = !usingSecondaryColor;
           
            strins(src, usingSecondaryColor ? secondaryColor : primaryColor, i);
            i += 8; // 8 caracteres que es el largo de un color
        }
    }
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)