Advertisement
jaypar

Example Plugin

Jun 25th, 2017 (edited)
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. --This function will be run automatically when the plugin is loaded
  2. --The available variables are stored on table _G
  3. --Example varaible call:
  4. --_G.user returns last user to type into the glasses
  5. function run()
  6.  --Some code/functions to be run
  7. end
  8.  
  9. --Space to put your functions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement