Advertisement
KaleVereWhite

Untitled

Apr 26th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. DarkRP.createFood("Spagetthi", {
  2. model = "food_spaghetti",
  3. energy = 100,
  4. price = 120,
  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