Jump to content

Hoser

Members
  • Posts

    8
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Hoser

  1. did you recompile the script or just hit save?
  2. You could just set their ammo to like 99999 no?
  3. Hoser

    Help Please!

    Try running it as an administrator. As for the second issue, are you talking about resources? They have to go in the server directory, not rage MP base.
  4. The file it's trying to load doesn't exist. I'm assuming it's C#?
  5. Make sure you're in the right directory, right after you require mysql, try: mysql.exists('index.js', function(exists) { if (exists) { console.log("FOUND IT!"); } else { console.log("Mysql not found."); });
  6. Oh, you have to actually point to the mysql location, it's in node_modules by default. var mysql = require('../node_modules/mysql'); (This is assuming you're in /packages)
  7. Did you confirm the "db" array is actually correct? Try putting the values in the createConnection directly, or try to print them to the console.
×
×
  • Create New...