Help please. debug - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help please. debug (
/showthread.php?tid=390324)
Help please. debug -
Camorra - 05.11.2012
what is that ?
Код:
[12:17:55] [debug] Accessing element at index 150 past array upper bound 149
[12:17:55] [debug] AMX backtrace:
[12:17:55] [debug] #0 00267fcc in public Checker () from Bluegames.amx
[12:17:56] [debug] Run time error 4: "Array index out of bounds"
[12:17:56] [debug] Accessing element at index 150 past array upper bound 149
[12:17:56] [debug] AMX backtrace:
[12:17:56] [debug] #0 00267fcc in public Checker () from Bluegames.amx
[12:17:57] [debug] Run time error 4: "Array index out of bounds"
[12:17:57] [debug] Accessing element at index 150 past array upper bound 149
[12:17:57] [debug] AMX backtrace:
[12:17:57] [debug] #0 00267fcc in public Checker () from Bluegames.amx
[12:17:58] [debug] Run time error 4: "Array index out of bounds"
[12:17:58] [debug] Accessing element at index 150 past array upper bound 149
[12:17:58] [debug] AMX backtrace:
[12:17:58] [debug] #0 00267fcc in public Checker () from Bluegames.amx
[12:17:59] [debug] Run time error 4: "Array index out of bounds"
[12:17:59] [debug] Accessing element at index 150 past array upper bound 149
[12:17:59] [debug] AMX backtrace:
[12:17:59] [debug] #0 00267fcc in public Checker () from Bluegames.amx
[12:18:00] [debug] Run time error 4: "Array index out of bounds"
[12:18:00] [debug] Accessing element at index 150 past array upper bound 149
[12:18:00] [debug] AMX backtrace:
[12:18:00] [debug] #0 00267fcc in public Checker () from Bluegames.amx
[12:18:01] [debug] Run time error 4: "Array index out of bounds"
[12:18:01] [debug] Accessing element at index 150 past array upper bound 149
[12:18:01] [debug] AMX backtrace:
[12:18:01] [debug] #0 00267fcc in public Checker () from Bluegames.amx
[12:18:03] [debug] Run time error 4: "Array index out of bounds"
[12:18:03] [debug] Accessing element at index 150 past array upper bound 149
[12:18:03] [debug] AMX backtrace:
[12:18:03] [debug] #0 00267fcc in public Checker () from Bluegames.amx
[12:18:04] [debug] Run time error 4: "Array index out of bounds"
Re: Help please. debug -
Azazelo - 05.11.2012
You what to access index 150 but upper array bound is 149.
Show Cheker() funcion from you BlueGames.pwn for more help.
Re: Help please. debug -
Camorra - 05.11.2012
Nvm, you just "trying" to help
Re: Help please. debug -
ViniBorn - 05.11.2012
MAX_PLAYERS = 150 ?
Re: Help please. debug -
Camorra - 05.11.2012
Quote:
Originally Posted by Viniborn
MAX_PLAYERS = 150 ?
|
pawn Код:
#undef MAX_PLAYERS
#define MAX_PLAYERS 150
Its keep annyoing the logs and crash the server....