22.06.2011, 11:10
I'm not familar with gstylezz' plugin however this might help you
https://sampwiki.blast.hk/wiki/MySQL#mysql_fetch_field
mysql_fetch_field(fieldindex, string[], connection);
as far as I get it you don't need to enter the name but the index.. so instead of "level" e.g. 5 or so (which would be the 6th field >> start counting from 0)
string = the string to store it in (so leave it like you currently have it)
and in case the connection handler is required, too, you'll need the connection variable...
I hope that could help you a little bit, I have no real clue, too, though tbh
https://sampwiki.blast.hk/wiki/MySQL#mysql_fetch_field
mysql_fetch_field(fieldindex, string[], connection);
as far as I get it you don't need to enter the name but the index.. so instead of "level" e.g. 5 or so (which would be the 6th field >> start counting from 0)
string = the string to store it in (so leave it like you currently have it)
and in case the connection handler is required, too, you'll need the connection variable...
I hope that could help you a little bit, I have no real clue, too, though tbh