23.05.2012, 12:13
The same way you load everything else. Then you would extract the field and store it into the accent string like so.
pawn Код:
mysql_fetch_field_row(field,"Accent");
strmid(PlayerInfo[playerid][pAccent], field, 0, sizeof(field), sizeof(PlayerInfo[playerid][pAccent]);