MySQL
#2

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);
Reply


Messages In This Thread
MySQL - by pozitiv4eg - 23.01.2013, 09:34
Re: MySQL - by Alexander_Petrov - 23.01.2013, 09:36
Re: MySQL - by s0up - 23.01.2013, 09:37
Re: MySQL - by pozitiv4eg - 23.01.2013, 09:38
Re: MySQL - by Stepashka - 23.01.2013, 11:10

Forum Jump:


Users browsing this thread: 1 Guest(s)