Bu fonksiyonun başka kütüphanesi yok. Başka şekilde yalnızca stock sayesinde yapabilirsin.
chat_color stock:


PHP- Kodu:
stock chat_color(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"!t""^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(); 
            } 
        } 
    } 

Örnek Kullanım:

chat_color(id,"!gOrnek !yKullanim")

Kullanımı:
Chat_Color Stock unu plugin de bir yere yapıştır -herhangi bir public içine değil- . Daha sonra örnek kullanımda yazdığım şekilde kullanabilirsin.