Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. declare_plugin("MXU-648 Travel Pod",
  2. {
  3. installed = true
  4. version = "1.0",
  5. dirName = current_mod_path,
  6. state = "installed",
  7. info = _("MXU-648 Travel Pod"),
  8. })
  9.  
  10.  
  11. ----------------------------------------
  12. mount_vfs_model_path(current_mod_path)
  13. mount_vfs_texture_path(current_mod_path.."/Textures/")
  14. dofile(current_mod_path..'/MXU-648.lua')
  15. ----------------------------------------
  16. plugin_done()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement