Advertisement
Guest User

Untitled

a guest
Aug 12th, 2015
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. {
  2. "name": "Character Blocker",
  3. "description": "blocks characters",
  4. "author": "Seven",
  5. "contact": "https://steamcommunity.com/profiles/@@@@@@@@@@@",
  6. "version": "1.0",
  7. "priority": 0,
  8. "hooks": [
  9. {
  10. "hook_id": "lib/network/base/basenetworksession",
  11. "script_path": "CharBlocker.lua"
  12. },
  13. {
  14. "hook_id": "lib/network/networkgame",
  15. "script_path": "CharBlocker.lua"
  16. }
  17. ]
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement