Debug
#1

If I type /kill I get this errors:
Code:
[13:28:18] [debug] Run time error 4: "Array index out of bounds"
[13:28:18] [debug]  Accessing element at index 65535 past array upper bound 199
[13:28:18] [debug] AMX backtrace:
[13:28:18] [debug] #0 00062a48 in public L_AFK_OPD (playerid=0, killerid=65535, reason=255) at C:\Documents and Settings\Nikola\Desktop\mode\gamemodes\mode.pwn:8829
[13:28:18] [debug] #1 native CallLocalFunction () from sampsvr-port_9856
[13:28:18] [debug] #2 00010ca8 in public FC_OnPlayerDeath (playerid=0, killerid=65535, reason=255) at C:\Documents and Settings\Nikola\Desktop\mode\pawno\include\AutoAFK.inc:110
[13:28:18] [debug] #3 native CallLocalFunction () from sampsvr-port_9856
[13:28:18] [debug] #4 000022fc in public OnPlayerDeath (playerid=0, killerid=65535, reason=255) at C:\Documents and Settings\Nikola\Desktop\mode\pawno\include\fuckcleo_-_include.inc:157
Line of errors:
1.
Code:
KillingSpree[killerid]++;
2.
Code:
CallLocalFunction("L_AFK_OPD", "iii", playerid, killerid, reason);
3.
Code:
return ( FC_OPD ) ? CallLocalFunction( "FC_OnPlayerDeath", "ddd", playerid, killerid, reason ) : 1;
Reply


Messages In This Thread
Debug - by ZaBraNjeNi - 25.07.2015, 11:34
Re: Debug - by JaydenJason - 25.07.2015, 11:39
AW: Debug - by Mencent - 25.07.2015, 11:39
Re: Debug - by ZaBraNjeNi - 25.07.2015, 11:47
AW: Debug - by Mencent - 25.07.2015, 11:49
Re: Debug - by ZaBraNjeNi - 25.07.2015, 14:56
Re: Debug - by xVIP3Rx - 25.07.2015, 14:58
Re: Debug - by ZaBraNjeNi - 25.07.2015, 15:10
Re: Debug - by xVIP3Rx - 25.07.2015, 15:12

Forum Jump:


Users browsing this thread: 2 Guest(s)