Updating MySQL plugin
#1

I' have an old outdated plugin that I been using for awhile now, I decided to update to BlueG.

However, fetching rows aren't right and I'm not sure why, It's 3am in the morning and I have no clue.

pawn Код:
//no MySQL above the bottom line, besides the account selecting, which works.
mysql_fetch_field_row(DataString, "Level"); // Level
PlayerInfo[playerid][pLevel] = strval(DataString);
       
mysql_fetch_field_row(DataString, "Admin"); // Administrator
PlayerInfo[playerid][pAdministrator] = strval(DataString);


//-- and alot more of these fetching

mysql_free_result();
Reply


Messages In This Thread
Updating MySQL plugin - by EliteApple - 02.02.2014, 07:38
Re: Updating MySQL plugin - by alex9419 - 02.02.2014, 07:43
Re: Updating MySQL plugin - by EliteApple - 02.02.2014, 07:50
Re: Updating MySQL plugin - by alex9419 - 02.02.2014, 07:54
Re: Updating MySQL plugin - by iZN - 02.02.2014, 08:08
Re: Updating MySQL plugin - by EliteApple - 02.02.2014, 11:03
Re: Updating MySQL plugin - by alex9419 - 02.02.2014, 11:11
Re: Updating MySQL plugin - by EliteApple - 03.02.2014, 04:40
Re: Updating MySQL plugin - by alex9419 - 03.02.2014, 09:16

Forum Jump:


Users browsing this thread: 1 Guest(s)