Question

KEYNING
Свой человек

Все доброго времени суток!  Помогите пересонаж не тп-тся через тп и не заходит в интерьеры. А просто перемещается в виртуальный мир и остается на том же месте.

stock SetPlayerPosEx(playerid, Float: x, Float: y, Float: z, Float: angle, interior = -1, virtual_world = -1, freeze = true)
{
	if(interior > 0)
		PlayerTeleportInit(playerid, x, y,  z, angle);

	SetPlayerPos(playerid, x, y, z);

	SetPlayerFacingAngle(playerid, angle);
	SetCameraBehindPlayer(playerid);
	
	if(interior != -1 && GetPlayerInterior(playerid) != interior)
	{
		SetPlayerInterior(playerid, interior);
	}
	if(virtual_world != -1 && GetPlayerVirtualWorld(playerid) != virtual_world)
	{
		SetPlayerVirtualWorld(playerid, virtual_world);
	}
	if(GetPlayerData(playerid, P_LAST_PICKUP) != -1)
	{
		SetPlayerData(playerid, P_LAST_PICKUP, -1);
	}
	if(freeze)
	{
		TeleportFreeze(playerid, 1200);
	}
	return 1;
}

команда

CMD:tplist(playerid, params[])
{
	if(GetPlayerAdminEx(playerid) < 3) return 1;

	ShowTeleportList(playerid);

	SendLog(playerid, LOG_TYPE_ADMIN_ACTION, "Èñïîëüçóåò ìåíþ òåëåïîðòîâ");

	return 1;
}

 

Share this post


Link to post

6 answers to this question

  • 0
Lionely
Свой человек

Нужно чтобы вы скинули, как вы конкретно телепортируете игрока, это находится примерно тут

ShowTeleportList(playerid)

Share this post


Link to post
  • 0
KEYNING
Свой человек
5 часов назад, Lionely сказал:

Нужно чтобы вы скинули, как вы конкретно телепортируете игрока, это находится примерно тут


ShowTeleportList(playerid)
stock ShowTeleportList(playerid)
{
	new list_text[34 * (sizeof g_teleport_list)];
	new dest[36];
	
	for(new i; i < sizeof g_teleport_list; i ++)
	{
		format(dest, sizeof dest, "%d. %s\n", i + 1, GetTeleportListData(i, TL_NAME));
		strcat(list_text, dest);
	}
	
	Dialog(playerid, DIALOG_TELEPORT_LIST, DIALOG_STYLE_LIST, "{ffcd00}Телепорт лист", list_text, "Выбрать", "Выход");
	return 1;
}

 

Share this post


Link to post
  • 0
_bogdan_
Завсегдатый

@Keynig Мод Radmir rp(copy). Когда телепортируетесь или заходите в интерьер меняется только виртуальный мир? Я так понимаю.

 

Share this post


Link to post
  • 0
KEYNING
Свой человек
3 часа назад, _bogdan_ сказал:

@Keynig Мод Radmir rp(copy). Когда телепортируетесь или заходите в интерьер меняется только виртуальный мир? Я так понимаю.

 

Да, данная проблема. 

Share this post


Link to post
  • 0
_bogdan_
Завсегдатый

@Keynig Могу вам сказать лишь одно. Берите другой мод или версию мода другую. Так как я сам сталкивался с этим модом и с этой же проблемой. Лучше взять другую версия или другой мод, чем тратить время на исправление мода в котором куча багов. + вам прийдётся самому дописывать некие системы.

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