[HELP]Error
#1

I need help with this code when i'm compiling it i got this error

C:\Users\JAHIR\Desktop\samp03asvr_win32\gamemodes\ lvdm.pwn(462) : error 032: array index out of bounds (variable "H4CKW34P0N5")

Код:
new H4CKW34P0N5[8] = {
17,35,36,37,39,40,44,45
};
Код:
forward W34P0NCH3CK();
public W34P0NCH3CK()
{
for(new i=0; i<MAX_PLAYERS; i++)
{
new H4CK3DW34P0N; H4CK3DW34P0N = GetPlayerWeapon(i);
if(H4CK3DW34P0N == H4CKW34P0N5[8] && !IsPlayerAdminLevel(i,5) //462
{
KickPlayer(i,"Weapon Hack");
}
}
return 1;
}
thanks
Reply


Messages In This Thread
[HELP]Error - by mr.b - 04.11.2009, 19:29
Re: [HELP]Error - by Devine - 05.11.2009, 01:31
Re: [HELP]Error - by Kyosaur - 05.11.2009, 05:43
Re: [HELP]Error - by Blacklite - 05.11.2009, 06:06
Re: [HELP]Error - by Kyosaur - 05.11.2009, 06:14

Forum Jump:


Users browsing this thread: 1 Guest(s)