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!

Custom clothes with group

Discussion in 'Discussion' started by Mobious, Jul 19, 2013.

  1. Mobious

    Mobious O.L.D.fag - I never asked for this.

    Code:
    local ITEM = Clockwork.item:New("custom_clothes");
    	ITEM.cost = 1000;
    	ITEM.name = "Combat Uniform";
    	ITEM.group = "group03";
    	ITEM.weight = 1;
    	ITEM.business = true;
    	ITEM.armorScale = 0.1;
    	ITEM.description = "A combat uniform with a yellow insignia.\nProvides you with 10% bullet resistance.";
    ITEM:Register();
    This group is used for relations. How to make new analogy clothes like this http://www.garrysmod.org/downloads/?a=view&id=75684 ?

    [​IMG]
     
  2. Is that a reskin, or is it a whole new model?
     
  3. Someone can help me? I just need examples of custom clothes(item). Thx
     
  4. Mobious

    Mobious O.L.D.fag - I never asked for this.

    It's a whole new model. I can provide you with a link.
     

Previous Readers (Total: 0)