Advertisement
Guest User

Untitled

a guest
Sep 29th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. DarkRP.createEntity("Money printer", {
  2. ent = "money_printer",
  3. model = "models/props_c17/consolebox01a.mdl",
  4. price = 1000,
  5. max = 2,
  6. cmd = "buymoneyprinter",
  7. customCheck = function(pl) return pl:Team() != TEAM_STAFF end
  8. })
  9.  
  10.  
  11. Just add the customcheck to the end of each printer/bitminer.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement