Adilol

lolwut

Aug 5th, 2011
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. --[[
  2. Server core?
  3. ]]
  4.  
  5. os.execute(Server.start)
  6. os.execute(Server.mysql)
  7. os.execute(Server.core)
  8.  
  9. print("Xe0n Emulator)
  10. print("Reading config file)
  11.  
  12. loadfile("/sql/config.conf")
  13. if (config.conf == false)
  14. print("Edit the config file")
  15. end
  16. if (config.conf == true)
  17. print("Starting connections")
  18. end
Advertisement
Add Comment
Please, Sign In to add comment