06.03.2018, 01:06
Код:
if(hittedplaya[issuerid] >= 4) { if(PoliceDuty[playerid] == 1) { if(PI[issuerid][pWanted] < 1) { PI[issuerid][pWanted] += 4; DidACrime(issuerid, 255, "Attack on federal agents"); lz_SetPlayerWantedLevel(issuerid, PI[issuerid][pWanted]); SaveAccount(issuerid); } } else { if(PI[issuerid][pWanted] < 1) { PI[issuerid][pWanted] += 4; DidACrime(issuerid, 255, "Attacking People"); lz_SetPlayerWantedLevel(issuerid, PI[issuerid][pWanted]); SaveAccount(issuerid); } } }
Код:
[02:57:10] [debug] Run time error 4: "Array index out of bounds" [02:57:10] [debug] Accessing element at index 65535 past array upper bound 499 [02:57:10] [debug] AMX backtrace: [02:57:10] [debug] #0 00790c88 in ?? (0, 65535, 1084122727, 54, 3) from RPG.amx [02:57:10] [debug] #1 0000dc94 in public OnPlayerTakeDamage (0, 65535, 1084122727, 54, 3) from RPG.amx