09.09.2013, 19:39
I can't distinguish how to load a string c base
Get all the info except the "owner"
Help
PHP код:
House[home][hPosx] = cache_get_field_content_float(0,"posx");
House[home][hPosy] = cache_get_field_content_float(0,"posy");
House[home][hPosz] = cache_get_field_content_float(0,"posz");
House[home][hCarx] = cache_get_field_content_float(0,"carx");
House[home][hCary] = cache_get_field_content_float(0,"cary");
House[home][hCarz] = cache_get_field_content_float(0,"carz");
House[home][hCara] = cache_get_field_content_float(0,"cara");
House[home][hID] = cache_get_field_content_int(0,"id");
House[home][hOwned] = cache_get_field_content_int(0,"owned");
House[home][hInt] = cache_get_field_content_int(0,"int");
House[home][hCena] = cache_get_field_content_int(0,"cena");
House[home][hOpen] = cache_get_field_content_int(0,"open");
House[home][hKlas] = cache_get_field_content_int(0,"klas");
House[home][hUslugi] = cache_get_field_content_int(0,"uslugi");
cache_get_field_name(0, "owner", House[home][hOwner]);
Help