Guest User

Untitled

a guest
Oct 21st, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. print("Loading Plugin...")
  2. --Standard Environment Initialization
  3. dofile(SCRIPTS_DIR.."require.lua")
  4. dofile(SCRIPTS_DIR.."utils.lua")
  5. --Sets the require path to this directory
  6. setpath()
  7. --Call the normal files
  8. require("buildlibraries")
Add Comment
Please, Sign In to add comment