їA que se pueden deber estos avisos? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (
https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: їA que se pueden deber estos avisos? (
/showthread.php?tid=624290)
їA que se pueden deber estos avisos? -
Fagrinht - 14.12.2016
їA quй se pueden deber estos warnings en la consola?
Код:
[22:19:25] OnGameo
[22:19:25] [debug] Run time error 4: "Array index out of bounds"
[22:19:25] [debug] Accessing element at index 6 past array upper bound 3
[22:19:25] [debug] AMX backtrace:
[22:19:25] [debug] #0 00010f88 in public zcmd_OnGameModeInit () from gmrp.amx
[22:19:25] [debug] #1 native CallLocalFunction () from samp-server.exe
[22:19:25] [debug] #2 00008b34 in public Itter_OnGameModeInit () from gmrp.amx
[22:19:25] [debug] #3 native CallLocalFunction () from samp-server.exe
[22:19:25] [debug] #4 00006cb8 in public SSCANF_OnGameModeInit () from gmrp.amx
[22:19:25] [debug] #5 native CallLocalFunction () from samp-server.exe
[22:19:25] [debug] #6 00000718 in public OnGameModeInit () from gmrp.amx
Re: їA que se pueden deber estos avisos? -
Swedky - 14.12.2016
Код:
Run time error 4: "Array index out of bounds"
Se debe a que intentas acceder a un нndice invбlido
(accedes al elemento 6 de 2 posible
). Fнjate en OnGameModeInit.
Respuesta: Re: їA que se pueden deber estos avisos? -
Fagrinht - 14.12.2016
Quote:
Originally Posted by Swedky
Код:
Run time error 4: "Array index out of bounds"
Se debe a que intentas acceder a un нndice invбlido (accedes al elemento 6 de 2 posible ). Fнjate en OnGameModeInit.
|
Gracias, con tu comentario obtuve la soluciуn revisando en OnGamemodeInit, +REP.