| Run time error 4 - Wo ist der Fehler |

Wichtiger Hinweis: Bitte ändert nicht manuell die Schriftfarbe auf schwarz sondern belasst es bei der Standardeinstellung. Somit tragt ihr dazu bei dass euer Text auch bei Verwendung unseren dunklen Forenstils noch lesbar ist!

Tipp: Ihr wollt längere Codeausschnitte oder Logfiles bereitstellen? Benutzt unseren eigenen PasteBin-Dienst Link
  • Liebe Community,
    ich habe einen Run time error 4. Ich weiß aber leider nicht wo der ist.


    Der Error:



    [14:49:44] [debug] Run time error 4: "Array index out of bounds"
    [14:49:44] [debug] Accessing element at index 1026 past array upper bound 301
    [14:49:44] [debug] AMX backtrace:
    [14:49:44] [debug] #0 0002cb40 in public OnPlayerStateChange (0, 2, 1) from LoR-1-0-0.amx
    [14:50:08] [debug] Run time error 4: "Array index out of bounds"
    [14:50:08] [debug] Accessing element at index 1026 past array upper bound 301
    [14:50:08] [debug] AMX backtrace:
    [14:50:08] [debug] #0 0002ca30 in public OnPlayerStateChange (0, 2, 1) from LoR-1-0-0.amx
    [14:50:36] [debug] Run time error 4: "Array index out of bounds"
    [14:50:36] [debug] Accessing element at index 1026 past array upper bound 301
    [14:50:36] [debug] AMX backtrace:
    [14:50:36] [debug] #0 0001b3ec in public SSCANF_OnPlayerDisconnect (0, 1) from LoR-1-0-0.amx
    [14:50:36] [debug] #1 00001468 in public OnPlayerDisconnect (0, 1) from RfL-1-0-0.amx


    Kann es sein das es was hiermit zutun hat?:



    new gLastCar[301];


    Ich hoffe ihr könnt helfen. ;)


    MfG
    James.

  • new gLastCar[301];
    zu:
    new gLastCar[MAX_VEHICLES];


    [15:04:19] [debug] Run time error 4: "Array index out of bounds"
    [15:04:19] [debug] Accessing element at index 1026 past array upper bound 301
    [15:04:19] [debug] AMX backtrace:
    [15:04:19] [debug] #0 0002cb40 in public OnPlayerStateChange (0, 2, 1) from LoR-1-0-0.amx
    [15:04:50] [debug] Run time error 4: "Array index out of bounds"
    [15:04:50] [debug] Accessing element at index 1026 past array upper bound 301
    [15:04:50] [debug] AMX backtrace:
    [15:04:50] [debug] #0 0001b3ec in public SSCANF_OnPlayerDisconnect (0, 1) from LoR-1-0-0.amx
    [15:04:50] [debug] #1 00001468 in public OnPlayerDisconnect (0, 1) from LoR-1-0-0.amx


    Immer noch Errors :(