1. This forum is ARCHIVED! Visit the new Cloud Sixteen forums, codename Eden, at https://eden.cloudsixteen.com. These forums will remain archived for a few months before being closed down, so try to encourage plugin developers to begin moving their content across to the new forums.
Dismiss Notice
Hi Guest, you need a Steam account to register and post on these forums. Login with Steam at the top of the forums to get started!
Dismiss Notice
Hi Guest, do you want to buy HL2RP or another Clockwork schema? Visit the Cloud Sixteen Store to get started!

Kaye's C16 account

Discussion in 'Fast Threads' started by RobertGim, Dec 8, 2015.

  1. Today he joined a server that I was on (ServerHell) and I've noticed that he had a C16 Icon, could someone explain?
     
  2. duck

    duck Phant0m Legend

    It means he goes on these forums. It means nothing else.
     
    • Agree Agree x 1
  3. jojo

    jojo mutual Clockwork Customer

    yep. just means he linked his steam id to his c16 profile.
     
  4. He sold his soul to kuro and now he is one of his little minion that wanders around the server to make sure all is tranquil or else the judgement hammer will fall.
     
    • Agree Agree x 1
    • Funny Funny x 1
  5. vexus

    vexus ej rockwell's worst nightmare Staff Member Manager Legend Clockwork Customer

    it's just a black square for me now
     
  6. BaB0N

    BaB0N Male|Customer|sex porn all Clockwork Customer

    Also, you can change the whole set of icons with a little knowledge and skills.
     
  7. NightAngel

    NightAngel Fuck off Lev

    Yep
    clockwork/framework/libraries/client/cl_icon.lua:
    Code:
    Clockwork.icon:Add(uniqueID, path, callback, bIsPlayer)
    Clockwork.icon:Remove(uniqueID)
    
    -- A function to set a player's icon.
    function Clockwork.icon:PlayerSet(steamID, uniqueID, path)
        Clockwork.icon:Add(uniqueID, path, function(player) -- Example usage of Clockwork.icon.Add
            if (steamID == player:SteamID()) then
                return true;
            end;
        end, true);
    end;
    
    Clockwork.icon:GroupSet(group, uniqueID, path)
    Clockwork.icon:GetAll()
    
    -- Examples of Clockwork.icon.GroupSet
    Clockwork.icon:GroupSet("superadmin", "SuperAdminShield", "icon16/shield.png");
    Clockwork.icon:GroupSet("admin", "AdminStar", "icon16/star.png");
    Clockwork.icon:GroupSet("operator", "OperatorSmile", "icon16/emoticon_smile.png");
     
  8. I'm going to make use of this, Thank you for this
     

Previous Readers (Total: 0)