MySQL Problem
#5

it's all at top but:

Код:
forward public OnPlayerChecked(playerid);
public OnPlayerChecked(playerid)
{
	new DB_Query[115];
	mysql_format(Database, DB_Query, sizeof(DB_Query), "SELECT * FROM `users` WHERE `Username` = '%e' LIMIT 1", pInfo[playerid][Name]);
	mysql_tquery(Database, DB_Query, "OnPlayerDataCheck", "ii", playerid, Corrupt_Check[playerid]);
	TextDrawShowForAll(Text:blackbox);
	return 1;
}
Reply


Messages In This Thread
MySQL Problem - by C0oL3r - 04.02.2018, 22:37
Re: MySQL Problem - by Sew_Sumi - 04.02.2018, 22:38
Re: MySQL Problem - by C0oL3r - 04.02.2018, 22:53
Re: MySQL Problem - by PepsiCola23 - 04.02.2018, 23:17
Re: MySQL Problem - by C0oL3r - 04.02.2018, 23:24
Re: MySQL Problem - by Sew_Sumi - 04.02.2018, 23:37
Re: MySQL Problem - by C0oL3r - 04.02.2018, 23:50
Re: MySQL Problem - by Sew_Sumi - 05.02.2018, 00:08
Re: MySQL Problem - by C0oL3r - 05.02.2018, 00:13
Re: MySQL Problem - by Kane - 05.02.2018, 00:19

Forum Jump:


Users browsing this thread: 1 Guest(s)