12.02.2011, 09:58
i read a little bit of your problems
heer is a little tutorial it works first time:
ON TOP OF SCRIPT
#include <mysql>
#define SQL_HOST "127.0.0.1"
#define SQL_DB "*******"
#define SQL_USER "root"
#define SQL_PASS "*******"
new MySQL:connection;
AND ON GAME / FILTER SCRIPT INIT
connection = mysql_init(LOG_ONLY_ERRORS, 1);
mysql_connect(SQL_HOST, SQL_USER, SQL_PASS, SQL_DB, connection, 1);
if this not work you have not a sql server running. Download XAMPP for Fuck Windows to test.
Grezz Nate
heer is a little tutorial it works first time:
ON TOP OF SCRIPT
#include <mysql>
#define SQL_HOST "127.0.0.1"
#define SQL_DB "*******"
#define SQL_USER "root"
#define SQL_PASS "*******"
new MySQL:connection;
AND ON GAME / FILTER SCRIPT INIT
connection = mysql_init(LOG_ONLY_ERRORS, 1);
mysql_connect(SQL_HOST, SQL_USER, SQL_PASS, SQL_DB, connection, 1);
if this not work you have not a sql server running. Download XAMPP for Fuck Windows to test.
Grezz Nate