02.02.2014, 07:38
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.
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();