• 0
Sign in to follow this  
Followers 0
hOAH

[закрыто] Ошибка пожалуйста помогите!

Question

(8737)             }
(8738)        case 593:
(8739)             {
(8740)                 if(!response) return true;
(8741)                 new itemID = GetPVarInt(playerid,"DrugsMenuDialog");
(8742)                 if(!strlen(inputtext)) {
(8743)                     format(stringer1, sizeof stringer1, "Âûáðîñèòü %s", Drugs[itemID+1][d_name]);
(8744)                     ShowPlayerDialog(playerid, 593, DIALOG_STYLE_INPUT, stringer1, "Ââåäèòå êîëè÷åñòâî êîòîðîå õîòèòå âûáðîñèòü", "Âûáðàòü","Âûéòè");
(8745)                     return true;
(8746)                 }
(8747)                 DropDrugPlayer(playerid, itemID, strval(inputtext));

                         }

 

В этой строке пишет ошибка -

(8737): error 047: array sizes do not match, or destination array is too small
(8738) : error 047: array sizes do not match, or destination array is too small
(8739) : error 047: array sizes do not match, or destination array is too small

Edited by hOAH

Share this post


Link to post

0 answers to this question

There have been no answers to this question yet

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

    • phizlfs
      By phizlfs
      Привет! У меня небольшая проблема. Дело в том, что когда я подключаюсь к серверу у меня вылетает текстдрав, а точнее только box(черная, прозрачная штука). Я в коннект вписал скрытие всех текстдравов игроку - не помогло, пробовал делать это стоком - не помогло, пробовал вместо for(new i... просто в столбик по порядку всё писать - не помогло. Кто знает, в чем может быть проблема? Заранее огромное спасибо.