Помогите с MySQL (BlueG)
#1

Не могу разобратся как загрузить string c базы

Код:
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]);
Получаю всю инфу кроме "owner"

Помогите
Reply
#2

cache_get_field_content(0, "owner", House[home][hOwner]);
Reply
#3

Quote:
Originally Posted by Alexander_Petrov
Посмотреть сообщение
cache_get_field_content(0, "owner", House[home][hOwner]);
Не грузит, лог пустой
Reply
#4

Попробуй так:
pawn Код:
cache_get_field_content(0, "owner", House[home][hOwner], 1, MAX_PLAYER_NAME);
Reply
#5

Quote:
Originally Posted by Alexander_Petrov
Посмотреть сообщение
cache_get_field_content(0, "owner", House[home][hOwner]);
Quote:
Originally Posted by Stepashka
Посмотреть сообщение
Попробуй так:
pawn Код:
cache_get_field_content(0, "owner", House[home][hOwner], 1, MAX_PLAYER_NAME);
Спасибо, все четко, степашка как всегда меня выручил))
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)