Zplague
Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

Zplague Entrar

Seu portal de Zombie Plague no Brasil


description[AJUDA] Include zp_colored_print Empty[AJUDA] Include zp_colored_print

more_horiz
Bom dia, alguem ai tem a include zp_colored_print to precisando, ta dando erro em um plugin só por causa dela :S ja dei uma procurada e não consegui nada... hum 


Obrigado.

description[AJUDA] Include zp_colored_print EmptyRe: [AJUDA] Include zp_colored_print

more_horiz
Tá ai amigo Olhe:

Código:

stock zp_colored_print(const id, const input[], any:...)
{
        new count = 1, players[32]
        static msg[191]
        vformat(msg, 190, input, 3)

        replace_all(msg, 190, "!g", "^4")  // Chat Verde
        replace_all(msg, 190, "!y", "^1")  // Chat Normal
        replace_all(msg, 190, "!t", "^3")  // Chat Do Time Tr=Vermelho Ct=Azul Spec=Branco

        if (id) players[0] = id; else get_players(players, count, "ch")
        {
                for (new i = 0; i < count; i++)
                {
                        if (is_user_connected(players[i]))
                        {
                                message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("SayText"), _, players[i])
                                write_byte(players[i]);
                                write_string(msg);
                                message_end();
                        }
                }
        }
}

description[AJUDA] Include zp_colored_print EmptyRe: [AJUDA] Include zp_colored_print

more_horiz
Obrigado amigo, muito obrigado mesmo. +REP

description[AJUDA] Include zp_colored_print EmptyRe: [AJUDA] Include zp_colored_print

more_horiz
Fechado.

description[AJUDA] Include zp_colored_print EmptyRe: [AJUDA] Include zp_colored_print

more_horiz
privacy_tip Permissões neste sub-fórum
Não podes responder a tópicos
power_settings_newInicie sessão para responder