Advertisement
Guest User

vnfgjr3572546fbfgjk575735ug

a guest
May 12th, 2015
629
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. {
  2. "name" : "HUDList",
  3. "description" : "Shows a bunch of stuff on screen.",
  4. "author" : "Seven",
  5. "contact" : "",
  6. "version" : "1.0",
  7. "hooks" : [
  8. { "hook_id" : "lib/managers/hudmanagerpd2", "script_path" : "HUDList.lua" },
  9. { "hook_id" : "lib/units/props/timergui", "script_path" : "HUDList.lua" },
  10. { "hook_id" : "lib/units/props/digitalgui", "script_path" : "HUDList.lua" },
  11. { "hook_id" : "lib/units/interactions/interactionext", "script_path" : "HUDList.lua" },
  12. { "hook_id" : "lib/managers/group_ai_states/groupaistatebase", "script_path" : "HUDList.lua" },
  13. { "hook_id" : "lib/network/handlers/unitnetworkhandler", "script_path" : "HUDList.lua" },
  14. { "hook_id" : "lib/units/enemies/cop/copdamage", "script_path" : "HUDList.lua" },
  15. { "hook_id" : "lib/managers/enemymanager", "script_path" : "HUDList.lua" },
  16. { "hook_id" : "lib/units/equipment/ammo_bag/ammobagbase", "script_path" : "HUDList.lua" },
  17. { "hook_id" : "lib/units/equipment/doctor_bag/doctorbagbase", "script_path" : "HUDList.lua" },
  18. { "hook_id" : "lib/units/equipment/bodybags_bag/bodybagsbagbase", "script_path" : "HUDList.lua" },
  19. { "hook_id" : "lib/units/equipment/ecm_jammer/ecmjammerbase", "script_path" : "HUDList.lua" },
  20. { "hook_id" : "lib/units/beings/player/playerdamage", "script_path" : "HUDList.lua" },
  21. { "hook_id" : "lib/units/beings/player/playermovement", "script_path" : "HUDList.lua" },
  22. { "hook_id" : "lib/managers/playermanager", "script_path" : "HUDList.lua" },
  23. { "hook_id" : "lib/units/beings/player/states/playerstandard", "script_path" : "HUDList.lua" },
  24. { "hook_id" : "lib/managers/objectinteractionmanager", "script_path" : "HUDList.lua" }
  25. ],
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement