View Single Post
PinHeaDi
Senior Member
Join Date: Jul 2013
Location: Bulgaria
Old 12-18-2017 , 05:59   Re: [ANY]HexTags[Chat/Score Colors][16/12/17]
Reply With Quote #5

PHP Code:
#include <sourcemod>
#include <vip_core>
#include <hextags>

public void OnClientPutInServer(int iClient)
{
    if (
VIP_IsClientVIP(iClient) && VIP_GetClientVIPGroup(iClient"VIP"15))
    {
        
HexTags_SetClientTag(iClientChatTag"[{purble}Test{grey}]");
        
HexTags_SetClientTag(iClientChatColor"{yellow}");
        
HexTags_SetClientTag(iClientScoreTag"Test");
    }

Or did I got it wrong? Its not working that way. The plugin itself works more than perfectly, very nice job there.
__________________

Last edited by PinHeaDi; 12-18-2017 at 05:59.
PinHeaDi is offline