View Single Post
Hardix
Junior Member
Join Date: Nov 2020
Old 02-09-2021 , 15:39   Re: Chat Manager [Admin Prefix & Color Chat]
Reply With Quote #190

Hello OciX,

I have this VIP Plugin (https://forums.alliedmods.net/showthread.php?p=1637334) and what I ask you is: can you show me how to add chat color to this VIP, when they write something on server to write with green?

PHP Code:
public client_putinserver(id) {
    
CheckAuth(idgForwardPutinserver);

    if (
is_vip(id))
    {
        
cm_set_user_chat_color(id"&x04");
        
cm_set_user_chat_color_status(idtrue);
    }

I tried this but it doesn't work, I wrote this in 'vip_manager.sma'.

Thanks and really nice plugin!
Hardix is offline