MySQL
#2

Check your mysql connections parameters and check if it connected ... simple one is this
Код:
if(mysql_errno() != 0)
	{
		printf("[MYSQL] Connection with the database: FAIL!");
	}
	else
	{
 		printf("[MYSQL] Connection with the database: SUCCESS!");
	}
add it in OnGameModeInit

give us some more details of the script so that we could help you...
Reply


Messages In This Thread
MySQL - by Loinal - 04.12.2016, 17:53
Re: MySQL - by DetoNater - 04.12.2016, 17:57
Re: MySQL - by Loinal - 04.12.2016, 18:05
Re: MySQL - by Younes44 - 04.12.2016, 18:06
Re: MySQL - by Loinal - 04.12.2016, 18:07
Re: MySQL - by Younes44 - 04.12.2016, 18:08
Re: MySQL - by Loinal - 04.12.2016, 18:15
Re: MySQL - by Younes44 - 04.12.2016, 18:17
Re: MySQL - by Loinal - 04.12.2016, 18:23
Re: MySQL - by DetoNater - 04.12.2016, 18:27

Forum Jump:


Users browsing this thread: 8 Guest(s)