23.07.2012, 10:24
how to fix this
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
SInfo[killerid][pKills]++;
SInfo[playerid][pDeaths]++;
SendDeathMessage(killerid, playerid, reason);
return 1;
}
Код:
[02:10:56] [debug] Run time error 4: "Array index out of bounds" [02:10:56] [debug] Accessing element at index 65535 past array upper bound 31 [02:10:56] [debug] AMX backtrace: [02:10:56] [debug] #0 00020880 in public OnPlayerDeath () from gadmin.amx [02:10:56] [death] [HSF]Faour died 54 [02:11:23] [debug] Run time error 4: "Array index out of bounds" [02:11:23] [debug] Accessing element at index 65535 past array upper bound 31 [02:11:23] [debug] AMX backtrace: [02:11:23] [debug] #0 00020880 in public OnPlayerDeath () from gadmin.amx [02:11:23] [death] [HSF]Faour died 54