• 0
Sign in to follow this  
Followers 0

[закрыто] Проблемы с randomfear

Question

jonix
Новичок
(upd: в самом низу описал проблему)
case 15500:
	    {
            new array[] = {5, 5, 5, 10, 10, 15, 10, 10, 2, 28};
            
            switch(randomfear(array))
	        {
			    case 0:
			    {
				    InvAddEx(playerid, 1124, 1);
				    SaveInv(playerid);
			    }
			    case 1:
			    {
				    InvAddEx(playerid, 1427,1);
				    SaveInv(playerid);
			    }
			    case 2:
	            {
				    InvAddEx(playerid, 1425,1);
				    SaveInv(playerid);
			    }
			    case 3:
			    {
				    InvAddEx(playerid, 814,1);
				    SaveInv(playerid);
			    }
			    case 4:
			    {
				    InvAddEx(playerid, 809,1);
				    SaveInv(playerid);
			    }
			    case 5:
			    {
				    InvAddEx(playerid, 809,1);
				    SaveInv(playerid);
			    }
			    case 6:
			    {
				    InvAddEx(playerid, 1316,1);
				    InvAddEx(playerid, 161,1);
				    InvAddEx(playerid, 311,1);
				    SaveInv(playerid);
			    }
			    case 7:
			    {
				    PI[playerid][pVirMoney] += 100000;
				    UpdatePlayerDataInt(playerid, "VirMoney", PI[playerid][pVirMoney]);
				    SCMf(playerid, 0xFFFF00FF, "Вам было начислено 100.000 Az-Coins подарочной системой /bonus");
			    }
		        case 8:
		        {
				    InvAddEx(playerid, 776,1000000);
				    SaveInv(playerid);
			    }
			    case 9:
			    {
				    PI[playerid][pVIP] = 6;
				    UpdatePlayerDataInt(playerid, "VIP", PI[playerid][pVIP]);
				    SCMAllf(COLOR_LIGHTRED, "[Информация]{e3b624} Игрок %s выиграл с подарочной системы Supreme VIP. Поздравим!", PN(playerid));
			    }
			    case 10:
			    {
                    GiveMoney(playerid, 50000000);
                    SCMf(playerid, 0xFFFF00FF, "Вам было начислено 50.000.000 money подарочной системой /bonus");
                }
		    }
		}

в конце мода сам randomfear
randomfear(array[], size_w = sizeof(array))
{
    if(size_w < 1) return -1;
    new sum = 0, result = 0;

    for(new i = size_w - 1; i > -1; i--)
    {
        sum += array[i];
        if(random(sum) < array[i])
        {
            result = i;
        }
    }
    return result;
}

проблемы с randomfear поставил я проценты но в игре их не чувствуется от слова совсем

Edited by jonix

Share this post


Link to post

1 answer to this question

  • 0
pawn_inspector
Новичок

Не думаю что в вашем случае надо использовать randomfear, достаточно просто указать в switch (random(100)) и отталкиваться от результата

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

    • vahag
      By vahag
      RADMIR RP ORIGINAL MOD
      Скачать файл RADMIR
      MOD 2025/11/06


      Добавил vahag Добавлено 12.11.2025 Категория Моды Автор GAGIK  
    • vahag
      By vahag
      RADMIR
      MOD 2025/11/06


    • Oki_Doki
      By Oki_Doki
      C:\Users\Àäìèíèñòðàòîð\Desktop\õç\gamemodes\russia.pwn(32) : fatal error 100: cannot read from file: "nex-ac"
       
      Compilation aborted.
       
      Pawn compiler 3.2.3664 Copyright (c) 1997-2016, ITB CompuPhase
       
       
      1 Error.
       
      Уже 20 мод я просто меняю название и фд,что делать??
    • heazych
      By heazych
      Приветствую. Ищу кодера для выполнения личного заказа по Т/З. Связь: tg @heazych, vk.com/pavlenkoff, либо форум (сижу редко).
      Оплата работы договорная.
    • 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