Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Log.Success("Server","Loading External Script Libraries...");
- std::string Path;
- std::string FileMask;
- Path = PREFIX;
- Path += '/';
- #ifdef WIN32
- /*Path = Config.MainConfig.GetStringDefault( "Script", "BinaryLocation", "script_bin" );
- Path += "\\";*/
- FileMask = ".dll";
Advertisement
Add Comment
Please, Sign In to add comment