Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --plugin structure:
- --plugin = {}
- --plugin.name = "Plugin Name"
- --plugin.key = KEY.F1
- --function plugin.load(self) end
- --function plugin.unload(self) end [NOT IMPLEMENTED]
- --function plugin.enable(self) end [NOT IMPLEMENTED]
- --function plugin.disable(self) end [NOT IMPLEMENTED]
- --function plugin.loop(self) end [NOT IMPLEMENTED]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement