23.01.2013, 09:36
pawn Код:
new x[25];
new y[25];
new z[25];
cache_get_row(h, 0, temp);
format(x,sizeof(x),"%f",temp);
cache_get_row(h, 1, temp);
format(y,sizeof(y),"%f",temp);
cache_get_row(h, 2, temp);
format(z,sizeof(z),"%f",temp);
HouseInfo[h][hEntrancex] = floatstr(x);
HouseInfo[h][hEntrancey] = floatstr(y);
HouseInfo[h][hEntrancez] = floatstr(z);