View Single Post
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 12-18-2017 , 10:34   Re: [ANY]HexTags[Chat/Score Colors][16/12/17]
Reply With Quote #8

Quote:
Originally Posted by PinHeaDi View Post
I keep getting " error 004: function "HexTags_OnTagsUpdated" is not implemented".
PHP Code:
#include <sourcemod>
#include <vip_core>
#include <hextags>

public void HexTags_OnTagsUpdated(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");
    }

__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!

Last edited by Papero; 12-18-2017 at 10:34.
Papero is offline