Guest User

Untitled

a guest
Apr 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. local path=args[1]
  2.     if string.find(path,"-",1,true) then
  3.     path=args[2]
  4.     end
  5.  
  6.     package.cpath=package.cpath..";"..path.."/clibs/?.dll"
  7.     package.path=package.path..";"..path.."/lua/?.lua"
Add Comment
Please, Sign In to add comment