Quote:
Originally Posted by The_Gangstas
i had a similiar problem.
try making different vars for the intdata strdata and floatdata.
pawn Код:
new Float:datafloat[3],Datavars[5],Datastring[256]; // then mysql_fetch_field("x", Datafloat); InteriorInfo[iX] = Datafloat;
|
Thanks for answer, but really didn't make any difference.