17.07.2007, 13:57
This is great but I have a suggestion. When reading multiple rows, why not return 1 if youve read a row and 0 otherwise, like fread. Then we could use:
pawn Code:
while(samp_mysql_fetch_row(string))
{
// code
}