View Single Post
Roccoxx
AlliedModders Donor
Join Date: Jan 2012
Location: Argentina
Old 09-28-2013 , 17:43   Re: Sistema de grupos para pug/yap u otro
#5

Quote:
Originally Posted by rak View Post
PHP Code:
stock ChatColor(const id, const input[], any:...)
{
    new 
count 1players[32];
    static 
msg[191];
    
vformat(msg190input3);
    
    
replace_all(msg190"!g""^4");
    
replace_all(msg190"!y""^1");
    
replace_all(msg190"!team""^3");
    
replace_all(msg190"!team2""^0");
    
    if (
idplayers[0] = id; else get_players(playerscount"ch");
    {
        for (new 
0counti++)
        {
            if (
is_user_connected(players[i]))
            {
                
message_begin(MSG_ONE_UNRELIABLEget_user_msgid("SayText"), _players[i]);
                
write_byte(players[i]);
                
write_string(msg);
                
message_end();
            }
        }
    }

pls...

btw.. q diferencia tiene con un party? o.o
lo del tag xD y otras boludeces como el . adelante de las cosas, es de pug xD

edit: que pasa con el chatcolor?
__________________
Tutorials here (Spanish)

Like as another Pijudo said: "Tired and retired"

Last edited by Roccoxx; 09-28-2013 at 17:44.
Roccoxx is offline
Send a message via MSN to Roccoxx