Advertisement
KaleVereWhite

Untitled

Apr 26th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. DarkRP.createFood("Pizza pepperoni", {
  2. model = "food_pepperonipizza",
  3. energy = 60,
  4. price = 30,
  5. customCheck = function(ply) return
  6. table.HasValue({TEAM_COOK}, ply:Team())
  7. end,
  8. CustomCheckFailMsg = "",
  9. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement