Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1.  
  2. DarkRP.createEntity("Diamond Printer", {
  3. ent = "fg_diamond_printer",
  4. model = "models/props_c17/consolebox01a.mdl",
  5. price = 100000,
  6. max = 2,
  7. category = "Printers",
  8. cmd = "buydiamondprinter",
  9. customCheck = function(ply) return
  10. table.HasValue(GroupDonator, ply:GetNWString("usergroup"))
  11. end,
  12. customCheckFailMsg = "This entity is restricted to donator and higher!",
  13. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement