Problem with mysql
#1

I have a problem with mysql, line : mysql_query

Код:
public OnPlayerConnect(playerid)
{
	new query[126], pName[MAX_PLAYER_NAME];
	GetPlayerName(playerid, pName, sizeof(pName));
	format(query, sizeof(query), "SELECT * From accounts WHERE name = '%s'", pName);
	mysql_query(query);
	mysql_store_result();
Код:
error 035: argument type mismatch (argument 1)
Reply


Messages In This Thread
Problem with mysql - by ActionTanki91 - 04.08.2016, 12:55
Re: Problem with mysql - by F1N4L - 04.08.2016, 12:57
Re: Problem with mysql - by ActionTanki91 - 04.08.2016, 12:58

Forum Jump:


Users browsing this thread: 1 Guest(s)