Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. --------------------------------------------------------------------------------
  2. --------------------------------------------------------------------------------
  3.  
  4. function gadget:GetInfo()
  5. return {
  6. name = "Prevent Metal Sharing",
  7. desc = "g",
  8. author = "quantum",
  9. date = "Nov 2010",
  10. license = "GPL v2 or later",
  11. layer = 0,
  12. enabled = true -- loaded by default?
  13. }
  14. end
  15.  
  16. if not gadgetHandler:IsSyncedCode() then
  17. return
  18. end
  19.  
  20.  
  21. function gadget:AllowResourceTransfer(oldTeam, newTeam, type, amount)
  22. return false
  23. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement