Question

Спойлер

stock BizzStats(playerid, idx)
{
    new mafiatext[20];
    if(BizzInfo[idx][bMafia] == 6) { mafiatext = "Тараз бандасы"; }
    else if(BizzInfo[idx][bMafia] == 14) { mafiatext = "Шымкент бандасы"; }
    else if(BizzInfo[idx][bMafia] == 5) { mafiatext = "Туркистандык банда"; }
    else if(BizzInfo[idx][bMafia] == 0) { mafiatext = "Нет"; }
    if(BizzInfo[idx][bType] != 2)
    {
        format(stringer, 512"= = = = = = = = = = = = = [ %s ] = = = = = = = = = = = = =\n\nВладелец:\t\t\t\t\t%s\nКонтролирует мафия:\t\t\t\t%s\n\nНа счету бизнеса:\t\t\t\t%s\nВ этом часу заработано:\t\t\t%s\nЦена за товар (в процентах):\t\t\t%i %%\nПродуктов:\t\t\t\t\t%i / 20000\nСтатус:\t\t\t\t\t\t%s\nЧасы простоя:\t\t\t\t\t%i час(а/ов)",BizzInfo[idx][bName], BizzInfo[idx][bOwner],mafiatext,format(BizzInfo[idx][bMoney]),
        format(BizzPay[idx]), BizzInfo[idx][bTill], BizzInfo[idx][bProduct],(!BizzInfo[idx][bLock]),("Открыт") : ("Закрыт"),BizzInfo[idx][bLockTime]);
    }
    else//{0eaa07}Бизнес продаётся
    {
        format(stringer, 512"= = = = = = = = = = = = = [ %s ] = = = = = = = = = = = = =\n\nВладелец:\t\t\t\t\t%s\nКонтролирует мафия:\t\t\t\t%s\nНа счету бизнеса:\t\t\t\t%s KZT.\nВ этом часу заработано:\t\t\t%s KZT.\nЦена за 1 литр:\t\t\t\t\t%i KZT.\nТоплива:\t\t\t\t\t%i / 50000\nСтатус:\t\t\t\t\t\t%s\nЧасы простоя:\t\t\t\t\t%i час(а/ов)"),BizzInfo[idx][bName], BizzInfo[idx][bOwner],mafiatext,format(BizzInfo[idx][bMoney]),format(BizzPay[idx]), BizzInfo[idx][bTill] / 3, BizzInfo[idx][bProduct]
        ,(!BizzInfo[idx][bLock])?("Открыт") : ("Закрыт"),BizzInfo[idx][bLockTime]);
    }
    ShowPlayerDialog(playerid, 0000"Бизнес", stringer, "Закрыть""");
    return 1;
}

 

 

ошибка

Спойлер

C:\Users\New\паопп\mod\gamemodes\harsh.pwn(3138) : warning 202: number of arguments does not match definition
C:\Users\New\паопп\mod\gamemodes\harsh.pwn(3138) : warning 202: number of arguments does not match definition
C:\Users\New\паопп\mod\gamemodes\harsh.pwn(3138 -- 3139) : warning 202: number of arguments does not match definition
C:\Users\New\паопп\mod\gamemodes\harsh.pwn(3138 -- 3139) : warning 202: number of arguments does not match definition
C:\Users\New\паопп\mod\gamemodes\harsh.pwn(3138 -- 3139) : error 001: expected token: ",", but found ":"
C:\Users\New\паопп\mod\gamemodes\harsh.pwn(3139) : error 029: invalid expression, assumed zero
C:\Users\New\паопп\mod\gamemodes\harsh.pwn(3139) : warning 215: expression has no effect
C:\Users\New\паопп\mod\gamemodes\harsh.pwn(3139) : warning 215: expression has no effect
C:\Users\New\паопп\mod\gamemodes\harsh.pwn(3139) : error 001: expected token: ";", but found ")"
C:\Users\New\паопп\mod\gamemodes\harsh.pwn(3139) : fatal error 107: too many error messages on one line

 

Пожалуйста помогите!

За ранее Спасибо большое! ! !

Edited by Cawfee

Share this post


Link to post
Share on other sites

0 answers to this question

There have been no answers to this question yet

This topic is now closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

  • Similar Content

    • By def
      arizona.pwn(23374) : error 012: invalid function call, not a valid address
      arizona.pwn(23374) : error 001: expected token: ";", but found ")"
      arizona.pwn(23374) : error 029: invalid expression, assumed zero
      arizona.pwn(23374) : fatal error 107: too many error messages on one line
      жалуется на данную строчку:
       
      %s{cccccc}Для продолжения нажмите 'Далее'",PN(playerid),playerid,ItemsInfo[itemid][ItemName2],hours,cost*hours,Inventory[playerid][2][slot], AksColorName(Inventory[playerid][4][slot]), Inventory[playerid][5][slot] ? GetNameStripe(Inventory[playerid][5][slot]) : "");