Thread: [ANY] Icon
View Single Post
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 03-29-2018 , 23:21   Re: [ANY] Icon
Reply With Quote #37

Quote:
Originally Posted by ateszhun95 View Post
If i would T and CT icon, just CT is working.
What am i doing wrong? Please help me

Console:
Code:
]
sm_rcon bot_add t
L 03/30/2018 - 00:58:03: [team_icon.smx] Give Model for client 2
L 03/30/2018 - 00:58:03: [team_icon.smx] Give Model for client 2

] sm_rcon bot_add ct
L 03/30/2018 - 00:58:06: [team_icon.smx] CreateIcon vmt: materials/sprites/counterterrorst1.vmt, scale: 
L 03/30/2018 - 00:58:06: [team_icon.smx] Give Model for client 3
L 03/30/2018 - 00:58:06: [team_icon.smx] CreateIcon vmt: materials/sprites/counterterrorst1.vmt, scale: 
L 03/30/2018 - 00:58:06: [team_icon.smx] Give Model for client 3
My icon.cfg:
Code:
"Icon"
{
     "File"
    {
        "01"
        {
            "class" "CT"
            "vmt"    "materials/sprites/counterterrorst1.vmt"
            "vtf"    "materials/sprites/counterterrorst1.vtf"
        }
        "02"
        {
            "class" "T"
            "vmt"    "materials/sprites/terrorist1.vmt"
            "vtf"    "materials/sprites/terrorist1.vtf"
        }
    }
    "Player"
    {
        "PlayerCT"
        {
            "auth"    "flags"
            "attribute"    ""
            "class" "CT"
            "scale"    ""
            "team"    "CT"
        }
        "PlayerT"
        {
            "auth"    "flags"
            "attribute"    ""
            "class" "T"
            "scale"    ""
            "team"    "T"
        }
    }
}
this plugin does not support team icon
__________________
8guawong is offline