13.04.2011, 17:08
Well in his code he was originally selecting everything, but only using a single value:
That's all that was in the snippet anyway, so if he was just going to use that value, why select everything? Just select admin or whatever you called that column.
pawn Код:
UserStats[playerid][Admin] = strval(field[2]);
pawn Код:
"SELECT ColumName FROM `table` WHERE Name = 'something'"