12.04.2016, 15:02
Name is a string so you shouldn't use strval:
Change 20 to the size you have in "Name" in the enum.
pawn Code:
db_get_field_assoc(dbresult, "Name", bInfo[i][Name], 20);