01.07.2011, 16:33
you mean when you get the position with mysql_fetch_field("x", string);?
if so, then use something like this:
if so, then use something like this:
pawn Код:
new tmp[50], Float:x;
mysql_fetch_field("x", tmp); x = floatstr(tmp);