23.09.2014, 14:09
Я конечно понимаю, бред спрашивать когда суть проблемы ясна. Но всё-же.
Я запарился, данный public регулярно выдаёт ошибку на выбор:
1. Accessing element at index 8 past array upper bound 7
2. Accessing element at index 50 past array upper bound 47
Перебирал много раз весь public нет там такого, чтоб не хватило места в массиве....
MAX_PLAYERS = 50
Я запарился, данный public регулярно выдаёт ошибку на выбор:
1. Accessing element at index 8 past array upper bound 7
2. Accessing element at index 50 past array upper bound 47
PHP код:
[16:33:06] [part] Yoshi_Sakata has left the server (2:1)
[16:33:25] [debug] Run time error 4: "Array index out of bounds"
[16:33:25] [debug] Accessing element at index 8 past array upper bound 7
[16:33:25] [debug] AMX backtrace:
[16:33:25] [debug] #0 0001d640 in public OnPlayerDeath (0x00000005, 0x00000001, 0x00000018) from Untitled.amx
[16:33:25] [kill] Jack_Denials killed LAGGER_FEED Desert Eagle
[16:33:47] [debug] Run time error 4: "Array index out of bounds"
[16:33:47] [debug] Accessing element at index 8 past array upper bound 7
[16:33:47] [debug] AMX backtrace:
[16:33:47] [debug] #0 0001d640 in public OnPlayerDeath (0x00000005, 0x00000001, 0x00000018) from Untitled.amx
MAX_PLAYERS = 50


