02.02.2014, 07:54
I would recommend updating to the latest version of the plugin, then. https://github.com/pBlueG/SA-MP-MySQL/releases/tag/R35
EDIT:
There you go.
EDIT:
pawn Код:
new result[50];
mysql_fetch_field_row(result,"username");
//or if you use macro
mysql_get_field("username",result);