Help please. debug
#1

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"
Reply
#2

You what to access index 150 but upper array bound is 149.

Show Cheker() funcion from you BlueGames.pwn for more help.
Reply
#3

Nvm, you just "trying" to help
Reply
#4

MAX_PLAYERS = 150 ?
Reply
#5

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....
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)