08.07.2014, 14:17
Hello, i have Anti Weapon Hack running on 4 sec...
but sometimes
but sometimes
Код:
[debug] Run time error 4: "Array index out of bounds" [debug] Accessing element at index 63 past array upper bound 46 [debug] AMX backtrace: [debug] #0 004c81d4 in public SaboAC ()
Код:
if(GetPlayerWeapon(i) != 0 && !AntiCheatWeapon[i][GetPlayerWeapon(i)]) //This Line
{
if(GetPlayerWeapon(i) == 46 || GetPlayerWeapon(i) == 40 || GetPlayerWeapon(i) >= 1 && GetPlayerWeapon(i) <= 15)
{
//Nothing happened, ignores parachute and other things
}
else
{
//sends message and resetting weapons
return 1;
}
}


