stoneharry

Untitled

Jul 29th, 2011
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.28 KB | None | 0 0
  1.     Log.Success("Server","Loading External Script Libraries...");
  2.  
  3.     std::string Path;
  4.     std::string FileMask;
  5.     Path = PREFIX;
  6.     Path += '/';
  7. #ifdef WIN32
  8.     /*Path = Config.MainConfig.GetStringDefault( "Script", "BinaryLocation", "script_bin" );
  9.     Path += "\\";*/
  10.     FileMask = ".dll";
Advertisement
Add Comment
Please, Sign In to add comment