-
Posts
8 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Posts posted by Hoser
-
-
3 hours ago, Vize1610 said:
and then server close.. help pls
i have SSLMODE=none;
did you recompile the script or just hit save?
-
You could just set their ammo to like 99999 no?
-
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. -
The file it's trying to load doesn't exist. I'm assuming it's C#?
-
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."); });
-
1
-
-
3 minutes ago, Robson said:
Hello mr pancakes already tried it before. Even not handling a error the step 3 would output anyway I think. Maybe theres something that I did miss on nodejs setup?
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)
-
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.

0.3.7 Stable Release / "Arena War" DLC
in Announcements
Posted
Excellent