Jump to content

SkripterADV

Member
  • Posts

    9
  • Joined

  • Last visited

Posts posted by SkripterADV

  1. Username: skrpiteradv
    Problema întălnită: imi da erorile astea: 

    C:\Users\\Desktop\\gamemodes\gmm.pwn(6238) : warning 217: loose indentation
    C:\Users\\Desktop\\gamemodes\gmm.pwn(6238) : error 014: invalid statement; not in switch
    C:\Users\\Desktop\\gamemodes\gmm.pwn(6238) : warning 215: expression has no effect
    C:\Users\\Desktop\\gamemodes\gmm.pwn(6238) : error 001: expected token: ";", but found ":"
    C:\Users\\Desktop\\gamemodes\gmm.pwn(6238) : error 029: invalid expression, assumed zero
    C:\Users\\Desktop\\gamemodes\gmm.pwn(6238) : fatal error 107: too many error messages on one line


    Detalii despre problemă: am dialog u l asta

            case DIALOG_SHOP: {
                if(!response) return 1;
                switch(listitem) {
                      case 0:
                      Showadminshop(playerid);
            }
                    case 1: {
                    Showhelpershop(playerid);
            }


    Ce ai încercat să faci înainte să postezi?: nu stiu eu sa aliniez parantezele alea daca ma poate ajuta cineva
    Cod sursă (recomandat pastebin.com) :
    Alte detalii:

  2. imi da eroarea asta si nu stiu de la ce naiba ii nu imi pot da seama

     

    [debug] Run time error 4: "Array index out of bounds"
    [debug]  Accessing element at index 100 past array upper bound 99
    [debug] AMX backtrace:
    [debug] #0 00286b04 in public LoadProperty () from gmm.amx
    [debug] #1 000af2b8 in ?? () from gmm.amx
    [debug] #2 000281cc in public L_AFK_OnGM () from gmm.amx
    [debug] #3 native CallLocalFunction () from samp-server.exe
    [debug] #4 0001870c in public SSCANF_OnGameModeInit () from gmm.amx
    [debug] #5 00012abc in public Itter_OnGameModeInit () from gmm.amx
    [debug] #6 native CallLocalFunction () from samp-server.exe
    [debug] #7 00011be0 in public ScriptInit_OnGameModeInit () from gmm.amx
    [debug] #8 00010b64 in public PZone_OnGameModeInit () from gmm.amx
    [debug] #9 native CallLocalFunction () from samp-server.exe
    [debug] #10 000067c8 in public OnGameModeInit () from gmm.amx

×
×
  • Create New...