BySarG Posted January 17, 2019 Posted January 17, 2019 Hi everyone! I have a custom.js on my server-files/bridge/resources/custom folder. My meta.xml look like this: <meta> <info name="custom" type="script" /> <script src="custom.js" /> </meta> My custom.js: console.log("works"); But i cant see the console.log in my console after exectue the file server.exe. My console returns: [N] Starting network... - OK: (IPv4-only) at 127.0.0.1:22005 (node:12532) ExperimentalWarning: The ESM module loader is experimental. [M] Announcing into master server... Loading packages Initializing bridge (0.3.7.0).. This is not a published, standalone application and we are unable to locate the .NET Core SDK. Please make sure that it is installed; see http://microsoft.com/net/core for more details. Initializing Bootstrapper.dll (0.3.7.0).. -> SERVER STARTED AT 17/01/2019 15:03:56 ACLEnabled: True Loaded 451 entries from vehicleData.json Loading resources.. -> Starting custom resource.. custom: loading scripts.. found 1 script(s) -> Resource custom started! -> Starting admin resource.. admin: loading scripts.. found 1 script(s) [M] Connected to master list. admin: compiling scripts.. admin: instantiating Main.AdminScript.. admin: loading server events.. found 2 server event(s) admin: loaded 2 server events(s) admin: loading commands.. found 9 command(s) admin: loaded 9 commands(s) -> Resource admin started! -> Starting welcomemessages resource.. welcomemessages: loading scripts.. found 1 script(s) welcomemessages: compiling scripts.. welcomemessages: instantiating WelcomeMessages.. welcomemessages: loading server events.. found 2 server event(s) welcomemessages: loaded 2 server events(s) -> Resource welcomemessages started! Started! Waiting for connections.. [P] Plugin bridge.dll loaded! Started HTTP server at 22006 port. Any ideas? Thanks!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now