What are the differences fetch_row_format, retrieve_row[MYSQL]
#5

Well, this is should to be like that?:

pawn Код:
format(query, sizeof(query), "SELECT * FROM `users` WHERE `User`='%s'", GetName(playerid));
mysql_query(query);
mysql_store_result();
mysql_fetch_row_format(query, "|"));
scanf(query, "p<|>dd", PlayerSystem[playerid][Key1], PlayerSystem[playerid][Key2]);
mysql_free_result();
and how can I know that is the Key1 and Key2 from the database and not Key3?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)