Question

Nicholson Scaletta
Новичок

Всем привет!

Можете объяснить как создать диалоговое окно с вводом текста (DIALOG_STYLE_INPUT)?
Например, игрок вводит команду /test, у него высвечивается диалоговое окно (DIALOG_STYLE_INPUT), куда он может ввести, допустим, ID игрока и в результате ему выдаст информацию о игроке о игроке(Допустим, ник, уровень розыска, лвл), если же игрок не в сети,то ему в чат напишет игрок не онлайн. Это по типу статистике о игроке, только на диалоговом окне. Думаю понятно объяснил

 

Share this post


Link to post

2 answers to this question

  • 0
𝙡𝙖𝙨𝙩 𝙚𝙢𝙥𝙚𝙧𝙤𝙧.
Создатель WayDev

Приветствую Вас, @Nicholson Scaletta!
Заранее уточню, все переменные - пример.
Структуру кода я Вам показал, далее сами.

Удачи.

 

Спойлер

case 1001:
{
	if(!response) return 1;
	new targetid = strval(inputtext), string[200]; //кол-во ячеек примерное
	if(targetid == INVALID_PLAYER_ID) return SendClientMessage(playerid, -1, "Игрок с данным ID не в сети!");
  	format(string, sizeof(string), "\
    	Ник игрока: %s\n\
        Уровень игрока: %d", PlayerInfo[targetid][pName], PlayerInfo[targetid][pLevel]);
  	ShowPlayerDialog(playerid, 0000, DIALOG_STYLE_MSGBOX, "Статистика игрока", string, "Закрыть", "");
}

 

 

UPD: Сама команда.
 

Спойлер

CMD:test(playerid)
{
	ShowPlayerDialog(playerid, 1001, DIALOG_STYLE_INPUT, "Статистика игрока", "\nВведите ID игрока для просмотра статистики:\n", "Далее", "Закрыть");
	return 0;
}

 

 

Edited by glvde.

Share this post


Link to post
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 0
  • Recently Browsing   0 members

    No registered users viewing this page.

  • Similar Content

    • FriendlyRP124
      By FriendlyRP124
      [11:49:51 11/08/25] [ERROR] mysql_tquery - invalid connection handle (id: 0) [11:49:51 11/08/25] [WARNING] CMySQLHandle::Create - connection already exists [11:49:51 11/08/25] [ERROR] CMySQLQuery::Execute[load_config_server] - (error #1146) Table 'gs317228.cfg_in_server' doesn't exist (Query: "SELECT * FROM `cfg_in_server`") [11:49:51 11/08/25] [ERROR] CMySQLQuery::Execute[] - (error #1054) Unknown column 'GiveMoneyDay' in 'where clause' (Query: "UPDATE `accounts` SET `GiveMoneyDay` = '0' WHERE `GiveMoneyDay` > '0'") [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('83') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('83') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('83') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('82') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('83') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('83') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('83') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('83') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('83') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('83') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('83') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('83') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('83') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('83') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('83') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('83') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('83') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('83') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('83') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('83') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('83') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('83') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('83') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('83') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('83') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('83') (Query: "SELECT * FROM `bizz` ORDER BY `bizz`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-2') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_int - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") [11:49:51 11/08/25] [ERROR] cache_get_field_content_float - invalid datatype [11:49:51 11/08/25] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('-1') (Query: "SELECT * FROM `house` ORDER BY `house`.`id` ASC ") Ссылка на БД https://disk.yandex.ru/d/YBm6ozFQlpgtCQ