flirtyboy23 Posted February 13, 2011 Share Posted February 13, 2011 =========================================================== = Multi Theft Auto: San Andreas v1.0.4 =========================================================== = Server name : Private Test Server = Server IP address: = Server port : 22003 = = Log file : ..reas/server/mods/deathmatch/logs/server.log = Maximum players : 32 = MTU packet size : 1264 = HTTP port : 22005 =========================================================== [2011-02-13 13:54:03] ERROR: Couldn't find meta.xml file for resource 'ATM ' [2011-02-13 13:54:03] Loading of resource 'ATM ' failed [2011-02-13 13:54:06] ERROR: Couldn't find meta.xml file for resource 'SHIT TAXI & ' [2011-02-13 13:54:06] Loading of resource 'SHIT TAXI & ' failed [2011-02-13 13:54:10] Resources: 223 loaded, 0 failed [2011-02-13 13:54:11] Querying game-monitor.com master server... success! [2011-02-13 13:54:11] Starting resources.... [2011-02-13 13:54:11] ERROR: Unable to start resource sql; Start up of resource cancelled by script [2011-02-13 13:54:11] ERROR: Unable to start resource irc; Start up of resource cancelled by script [2011-02-13 13:54:11] ERROR: Unable to start resource players; Start up of resource cancelled by script [2011-02-13 13:54:11] ERROR: Unable to start resource vehicles; Start up of resource cancelled by script [2011-02-13 13:54:11] ERROR: Unable to start resource interiors; Start up of resource cancelled by script [2011-02-13 13:54:11] ERROR: Unable to start resource items; Start up of resource cancelled by script [2011-02-13 13:54:13] ERROR: Unable to start resource shops; Start up of resource cancelled by script [2011-02-13 13:54:13] ERROR: Unable to start resource maps; Start up of resource cancelled by script [2011-02-13 13:54:13] ERROR: Unable to start resource teleports; Start up of resource cancelled by script [2011-02-13 13:54:14] ERROR: Unable to start resource bank; Start up of resource cancelled by script [2011-02-13 13:54:14] ERROR: Unable to start resource factions; Start up of resource cancelled by script [2011-02-13 13:54:14] ERROR: Unable to start resource 3dtext; Start up of resource cancelled by script [2011-02-13 13:54:14] Server started and is ready to accept connections! [2011-02-13 13:54:14] _ _ _ [2011-02-13 13:54:14] | | | (_) [2011-02-13 13:54:14] _ __ ___ | |_ __ _ _ __ __ _ _ __ __ _ __| |_ ___ ___ [2011-02-13 13:54:14] | '_ ` _ \| __/ _` | | '_ \ / _` | '__/ _` |/ _` | / __|/ _ \ [2011-02-13 13:54:14] | | | | | | || (_| | | |_) | (_| | | | (_| | (_| | \__ \ __/ [2011-02-13 13:54:14] |_| |_| |_|\__\__,_| | .__/ \__,_|_| \__,_|\__,_|_|___/\___| [2011-02-13 13:54:14] | | [2011-02-13 13:54:14] |_| v1.00 [2011-02-13 13:54:14] Server stopped! [2011-02-13 13:54:14] Stopping resources................... [2011-02-13 13:54:14] Closing SQLite3 database [2011-02-13 13:54:14] Closing SQLite3 database Why do i keep getting this D; Link to comment
Castillo Posted February 14, 2011 Share Posted February 14, 2011 Because you don't have the mysql module loaded i guess. https://wiki.multitheftauto.com/wiki/Mysql Link to comment
[BoS]Mario Posted February 23, 2011 Share Posted February 23, 2011 <settings> <!-- MySQL Configuration --> <setting name="@sql.user" value="mta"/> <setting name="@sql.password" value="passwd"/> <setting name="@sql.database" value="user"/> <setting name="@sql.hostname" value="localhost"/> <setting name="@sql.port" value="3306"/> <!-- Only use this on Linux if the normal connection does fail even though using the correct username & password. --> <setting name="@sql.socket" value="/var/run/mysqld/mysqld.sock"/> <!-- Registration --> <setting name="@players.allow_registration" value="1"/><!-- Change to 0 to disable registration and show an error message --> <setting name="@players.registration_error_message" value="Edit this to show the user a message when registration is disabled"/> </settings> Link to comment
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