MySQL Connect
#3

What to do with this:

Код:
public OnMysqlQuery(resultid, spareid, MySQL:handle)
{
	switch (resultid)
	{
		case MYSQL_RESULT_LOGIN:
		{
			// process login with spareid as playerid
			SendClientMessage(spareid, COLOR_GREEN, "Succesfully logged in with MySQL!");
		}
		case MYSQL_RESULT_REGISTER:
		{
			// process register with spareid as playerid
		}
	}
	return 1;
}
It won't work! << Sorry, i'm new with this
Reply


Messages In This Thread
MySQL Connect - by johannetje2 - 14.04.2011, 16:56
Re: MySQL Connect - by Conroy - 14.04.2011, 17:00
Re: MySQL Connect - by johannetje2 - 14.04.2011, 17:17
Re: MySQL Connect - by johannetje2 - 16.04.2011, 06:27

Forum Jump:


Users browsing this thread: 1 Guest(s)