SHARE
TWEET

Untitled

a guest Jul 11th, 2014 162 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local RECIPE = Clockwork.recipe:New("Suitcase Melon");
  2.         RECIPE:Require("melon", 1, 0);
  3.         RECIPE:Require("cw_suitcase", 1, 1);
  4.         RECIPE:Output("flashlight", 1);
  5.         RECIPE:Factions("Citizen", "Metropolice Force");
  6.         RECIPE.model = "models/props_junk/watermelon01.mdl";
  7.         RECIPE.description = "Testing";
  8.         RECIPE.cost = 50;
  9.         RECIPE:RequireAttrib("Stamina", 1)
  10. RECIPE: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