Crash Detect Runtime Error
#1

Код:
[18:21:44] [debug] Run time error 4: "Array index out of bounds"
[18:21:44] [debug]  Accessing element at index 65535 past array upper bound 99
[18:21:44] [debug] AMX backtrace:
[18:21:44] [debug] #0 000676d8 in public OnPlayerDeath (0x00000002, 0x0000ffff, 0x000000ff) from GameMode.amx
[18:21:44] [death] Dominic_Cube died 255
Where to look,I assume OnPlayerDeath... Seems like the problem is while we execute OnPlayerDeath,you notice the last second the guy dies. It seems like reason 255,let me check what does the reason 255 indicate.


Код:
[18:23:42] [debug] Run time error 4: "Array index out of bounds"
[18:23:42] [debug]  Accessing element at index 65535 past array upper bound 99
[18:23:42] [debug] AMX backtrace:
[18:23:42] [debug] #0 000676d8 in public OnPlayerDeath (0x00000017, 0x0000ffff, 0x00000036) from GameMode.amx
[18:23:42] [death] ahmedamr died 54
Found another one with reason 54

Edit:

Seems like reason 54 is splat,that was why my OnPlayerDeath not working if player hits the ground etc and dies. How can I make reason 54 work?

*Couldn't find reason 255
Reply


Messages In This Thread
Crash Detect Runtime Error - by Tamer - 13.06.2013, 15:28
Re: Crash Detect Runtime Error - by Vince - 13.06.2013, 15:39
Re: Crash Detect Runtime Error - by Tamer - 13.06.2013, 15:40
Re: Crash Detect Runtime Error - by Vince - 13.06.2013, 16:06

Forum Jump:


Users browsing this thread: 1 Guest(s)