SHARE
TWEET

Untitled

a guest Jan 28th, 2015 185 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local ITEM = Clockwork.item:New("clothes_base");
  2.  ITEM.cost = 750;
  3.  ITEM.name = "Military Police US Army Uniform";
  4.  ITEM.weight = 3;
  5.  ITEM.access = "1";
  6.  ITEM.business = true;
  7.  ITEM.replacement = "models/pmc/pmc_3/pmc__14.mdl";
  8.   ITEM.maxArmor = 150;
  9.  ITEM.protection = 0.1;
  10.  ITEM.description = "A bulky US Army uniform with a kevlar and a helmet.";
  11. ITEM:Register();
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top