kurt-stolle / exclserver

An addon for Garry's Mod 13. All-in-one server management and plugin system with currency and donation tools.
7 stars 7 forks source link

Some MySQL tables won't be added on database creation #2

Open satoshiaaron opened 8 years ago

satoshiaaron commented 8 years ago

Some MySQL tables won't be added when the database is connected to ExclServer and is created (easy fix, will make Pull request later)

kurt-stolle commented 8 years ago

Which tables are you talking about? Only es_donations should not be created by the addon, for that is handled by the API.

satoshiaaron commented 8 years ago

Adverts doesn't get created and neither does Bhopstartpoints.

60percentCaffeine commented 8 years ago

@satoshiaaron Try to set your "hostip" and "hostport" ConVars to your server's IP and port in your server startup command line (but don't delete previous IP and port, i.e. "start /realtime srcds.exe +game garrysmod +map gm_construct -ip 0.0.0.0 -port 27014 +hostip 123.45.67.89 +hostport 27014", this isn't tested so can be not working, you only need to add the "+hostip" and "+hostport" part).