MySQL r7 upgrading to new MySQL 2.1.1 - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: MySQL r7 upgrading to new MySQL 2.1.1 (
/showthread.php?tid=410585)
MySQL r7 upgrading to new MySQL 2.1.1 -
BullseyeHawk - 26.01.2013
Edit: fixed. the functions were:
Quote:
mysql_fetch_row_data
mysql_fetch_field
|
I'm upgrading an old gamemode from mysql r7 to mysql 2.1.1
I have a couple of problems
and
were changed, and I have no idea how to use them again.
in r7 they were like this:
Quote:
mysql_retrieve_row()
mysql_fetch_field_row(data, "permcarid");
|
Any idea what have they been replaced with in MySQL 2.1.1 by StrickenKid ?